HomeSort by relevance Sort by last modified time
    Searched defs:DISMISS (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/download/
download_danger_prompt.h 28 DISMISS,
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 55 DISMISS = 0,
301 case DISMISS:
490 PerformActionOnInfoBar(browser(), DISMISS, 0, 0);
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 62 private static final int DISMISS = 0x43;
833 d.setDismissMessage(new MockDismissCancelHandler(d, ht.getLooper()).obtainMessage(DISMISS,
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 110 private static final int DISMISS = 0x43;
307 * Hide the dialog, but do not dismiss it.
316 * Dismiss this dialog, removing it from the screen. This method can be
322 public void dismiss() { method in class:Dialog
715 dismiss(); method
987 dismiss(); method
1139 dismiss(); method
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 146 private static final int DISMISS = 17;
329 // If we just switched to a guest, try to dismiss keyguard.
330 dismiss();
1010 public void dismiss() { method in class:KeyguardViewMediator
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 131 private static final int DISMISS = "dismiss".hashCode();
274 Message delayed = Message.obtain(mHandler, DISMISS);
286 if (msg.what == DISMISS) {
287 ((ListPopupWindow) msg.obj).dismiss();
    [all...]

Completed in 800 milliseconds