Searched refs:DISMISS (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialog.java435 mHandler.obtainMessage(H.DISMISS, reason, 0).sendToTarget();
441 mHandler.removeMessages(H.DISMISS);
451 mHandler.removeMessages(H.DISMISS);
454 .obtainMessage(H.DISMISS, Events.DISMISS_REASON_TIMEOUT, 0), timeout);
471 mHandler.removeMessages(H.DISMISS);
939 private static final int DISMISS = 2; field in class:VolumeDialog.H
955 case DISMISS: dismissH(msg.arg1); break;
/frameworks/base/core/java/android/app/
H A DDialog.java121 private static final int DISMISS = 0x43; field in class:Dialog
1246 mDismissMessage = mListenersHandler.obtainMessage(DISMISS, listener);
1322 case DISMISS:
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java150 private static final int DISMISS = 17; field in class:KeyguardViewMediator
1102 mHandler.sendEmptyMessage(DISMISS);
1272 case DISMISS:
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java135 private static final int DISMISS = "dismiss".hashCode(); field in class:RecipientEditTextView
282 Message delayed = Message.obtain(mHandler, DISMISS);
294 if (msg.what == DISMISS) {

Completed in 112 milliseconds