Searched refs:ButtonHandler (Results 1 – 1 of 1) sorted by relevance
146 mHandler.obtainMessage(ButtonHandler.MSG_DISMISS_DIALOG, mDialog)151 private static final class ButtonHandler extends Handler { class in AlertController157 public ButtonHandler(DialogInterface dialog) { in ButtonHandler() method in AlertController.ButtonHandler187 mHandler = new ButtonHandler(di); in AlertController()