Searched refs:MSG_DISMISS_DIALOG (Results 1 – 4 of 4) sorted by relevance
58 private static final int MSG_DISMISS_DIALOG = 0; field in LogAccessDialogActivity130 mHandler.sendEmptyMessageDelayed(MSG_DISMISS_DIALOG, DIALOG_TIME_OUT); in onCreate()173 case MSG_DISMISS_DIALOG:
122 mHandler.obtainMessage(ButtonHandler.MSG_DISMISS_DIALOG, mDialogInterface)129 private static final int MSG_DISMISS_DIALOG = 1; field in AlertController.ButtonHandler147 case MSG_DISMISS_DIALOG: in handleMessage()
153 mHandler.obtainMessage(ButtonHandler.MSG_DISMISS_DIALOG, mDialogInterface)160 private static final int MSG_DISMISS_DIALOG = 1; field in AlertController.ButtonHandler178 case MSG_DISMISS_DIALOG: in handleMessage()
71564 Lcom/android/internal/app/AlertController$ButtonHandler;->MSG_DISMISS_DIALOG:I