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 58 DISMISS = 0,
412 case DISMISS:
633 PerformActionOnInfoBar(browser(), DISMISS, 0, 0);
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 61 private static final int DISMISS = 0x43;
806 d.setDismissMessage(new MockDismissCancelHandler(d, ht.getLooper()).obtainMessage(DISMISS,
824 d.dismiss();
851 case DISMISS:
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 111 private static final int DISMISS = 0x43;
295 * Hide the dialog, but do not dismiss it.
304 * Dismiss this dialog, removing it from the screen. This method can be
310 public void dismiss() { method in class:Dialog
962 dismiss(); method
1114 dismiss(); method
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewMediator.java 127 private static final int DISMISS = 17;
940 public void dismiss() { method in class:KeyguardViewMediator
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 123 private static int DISMISS = "dismiss".hashCode();
273 Message delayed = Message.obtain(mHandler, DISMISS);
285 if (msg.what == DISMISS) {
286 ((ListPopupWindow) msg.obj).dismiss();
    [all...]

Completed in 291 milliseconds