Searched refs:ButtonHandler (Results 1 – 1 of 1) sorted by relevance
140 mHandler.obtainMessage(ButtonHandler.MSG_DISMISS_DIALOG, mDialogInterface)145 private static final class ButtonHandler extends Handler { class in AlertController151 public ButtonHandler(DialogInterface dialog) { in ButtonHandler() method in AlertController.ButtonHandler182 mHandler = new ButtonHandler(di); in AlertController()