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