HomeSort by relevance Sort by last modified time
    Searched full:dismiss (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/WebCore/manual-tests/resources/
alert-and-go-back.html 3 alert("Wait a moment and then dismiss this alert. If there is no crash, the test succeeded.");
  /external/webkit/WebCore/manual-tests/
right-click-crash.html 2 document.onmousedown = function () { alert("Dismiss this and quickly right click again."); };
4 To try to reproduce the bug, right click and then dismiss the dialog by hitting Return.
  /frameworks/base/tests/StatusBar/res/layout/
test_alert.xml 35 android:onClick="dismiss"
46 android:id="@+id/dismiss"
50 android:onClick="dismiss"
51 android:text="Dismiss" />
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestAlertActivity.java 33 public void dismiss(View v) { method in class:TestAlertActivity
34 Log.d("StatusBarTest", "TestAlertActivity.dismiss");
  /frameworks/base/test-runner/src/android/test/mock/
MockDialogInterface.java 17 public void dismiss() { method in class:MockDialogInterface
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 67 dismiss(false);
71 dismiss(true);
105 // Register to get the alarm killed/snooze/dismiss intent.
133 /* dismiss button: close notification */
134 findViewById(R.id.dismiss).setOnClickListener(
137 dismiss(false);
149 dismiss(false);
202 // Dismiss the alarm.
203 private void dismiss(boolean killed) { method in class:AlarmAlertFullScreen
254 // Volume keys and camera keys dismiss the alar
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CdmaDisplayInfo.java 47 sDisplayInfoDialog.dismiss();
71 * Dismiss the DisplayInfo record
78 sDisplayInfoDialog.dismiss();
IccNetworkDepersonalizationPanel.java 103 dismiss();
136 // The "Dismiss" button is present in some (but not all) products,
140 if (DBG) log("Enabling 'Dismiss' button...");
144 if (DBG) log("Removing 'Dismiss' button...");
210 dismiss();
IccPanel.java 51 // needing to enter the lock pattern or dismiss the keyguard first.)
60 // lock pattern (or dismiss the keyguard) *before* being able to type
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuDialogHelper.java 112 dialog.dismiss();
128 * @see Dialog#dismiss()
130 public void dismiss() { method in class:MenuDialogHelper
132 mDialog.dismiss();
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PowerDialog.java 126 this.dismiss();
144 this.dismiss();
164 this.dismiss();
177 public void dismiss() { method in class:PowerDialog
178 super.dismiss();
179 Log.d(TAG, "dismiss... reenabling expand");
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsReceivedDialog.java 97 dialog.dismiss();
101 .setNegativeButton(R.string.dismiss, new DialogInterface.OnClickListener() {
103 dialog.dismiss();
  /frameworks/base/services/java/com/android/server/am/
AppErrorDialog.java 38 // 5-minute timeout, then we automatically dismiss the crash dialog
93 // ahead and explicitly dismiss ourselves just in case.
94 dismiss();
StrictModeViolationDialog.java 38 // 1-minute timeout, then we automatically dismiss the violation
94 // ahead and explicitly dismiss ourselves just in case.
95 dismiss();
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 48 * Display a class-zero SMS message to the user. Wait for the user to dismiss
60 /** Default timer to dismiss the dialog. */
71 /** The timer to dismiss the dialog automatically. */
81 mDialog.dismiss();
169 dialog.dismiss();
178 dialog.dismiss();
WarnOfStorageLimitsActivity.java 84 dialog.dismiss();
94 public void dismiss() { method in class:WarnOfStorageLimitsActivity
  /packages/apps/Browser/src/com/android/browser/
SelectDialog.java 80 public void dismiss() { method in class:SelectDialog
81 super.dismiss();
WebDialog.java 50 protected void dismiss() { method in class:WebDialog
  /frameworks/base/core/java/android/app/
AlertDialog.java 526 * item. Clicking on an item in the list will not dismiss the dialog.
527 * Clicking on a button will dismiss the dialog.
535 * button, if no buttons are supplied it's up to the user to dismiss the dialog.
553 * dismiss the dialog. Clicking on a button will dismiss the dialog.
561 * button, if no buttons are supplied it's up to the user to dismiss the dialog.
579 * dismiss the dialog. Clicking on a button will dismiss the dialog.
589 * button, if no buttons are supplied it's up to the user to dismiss the dialog.
607 * checked item. Clicking on an item in the list will not dismiss the dialog. Clicking on
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 43 * Delayed time to dismiss the balloon hint.
83 * Timer used to show/dismiss the balloon window with some time delay.
223 dismiss(); method
258 // but before that, if we find the size is changed, a mandatory dismiss
260 // can be different in 1-pixel, and we do not dismiss the balloon when
325 dismiss(); method
  /frameworks/base/core/java/android/text/method/
CharacterPickerDialog.java 101 dismiss(); method
109 dismiss(); method
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactActivity.java 98 // Dismiss any dialog when pausing
99 mQuickContact.dismiss();
  /frameworks/base/core/java/com/android/internal/app/
AlertActivity.java 57 public void dismiss() { method in class:AlertActivity
  /packages/apps/Contacts/src/com/android/contacts/
SearchEditText.java 27 * A custom text editor that helps automatically dismiss the activity along with the soft
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertDialog.java 103 dialog.dismiss();
109 dialog.dismiss();
175 * Ignore the back button for emergency alerts (user must dismiss with button).

Completed in 1960 milliseconds

1 2 3 4 5 6 7 8 9