Searched refs:ButtonHandler (Results 1 – 3 of 3) sorted by relevance
131 mHandler.obtainMessage(ButtonHandler.MSG_DISMISS_DIALOG, mDialog)136 private static final class ButtonHandler extends Handler { class in AlertController142 public ButtonHandler(DialogInterface dialog) { in ButtonHandler() method in AlertController.ButtonHandler172 mHandler = new ButtonHandler(di); in AlertController()
141 mHandler.obtainMessage(ButtonHandler.MSG_DISMISS_DIALOG, mDialogInterface)146 private static final class ButtonHandler extends Handler { class in AlertController152 public ButtonHandler(DialogInterface dialog) { in ButtonHandler() method in AlertController.ButtonHandler182 mHandler = new ButtonHandler(di); in AlertController()
2231 com.android.internal.app.AlertController$ButtonHandler