Method
onClick
(DialogInterface arg0, int arg1)
Source from the content-addressed store, hash-verified
| 2075 | dlg.setTitle(questionResourceId); |
| 2076 | dlg.setPositiveButton(R.string.dlg_button_ok, new OnClickListener() { |
| 2077 | public void onClick(DialogInterface arg0, int arg1) { |
| 2078 | action.run(); |
| 2079 | } |
| 2080 | }); |
| 2081 | dlg.setNegativeButton(R.string.dlg_button_cancel, new OnClickListener() { |
| 2082 | public void onClick(DialogInterface arg0, int arg1) { |
Callers
nothing calls this directly
Tested by
no test coverage detected