Searched defs:dismiss (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
H A DSpinnerProgressDialog.java73 public void dismiss() { method in class:SpinnerProgressDialog
74 super.dismiss();
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertFullScreen.java138 /* dismiss button: close notification */
142 dismiss();
178 void dismiss() { method in class:CellBroadcastAlertFullScreen
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmAlertFullScreen.java65 dismiss(false);
69 dismiss(true);
101 // Register to get the alarm killed/snooze/dismiss intent.
136 /* dismiss button: close notification */
137 findViewById(R.id.dismiss).setOnClickListener(
140 dismiss(false);
152 dismiss(false);
206 private void dismiss(boolean killed) { method in class:AlarmAlertFullScreen
257 // Volume keys and camera keys dismiss the alarm
270 dismiss(fals
[all...]
/packages/apps/Email/src/com/android/email/activity/
H A DBannerController.java85 public void dismiss() { method in class:BannerController
/packages/apps/Mms/src/com/android/mms/ui/
H A DWarnOfStorageLimitsActivity.java83 dialog.dismiss();
93 public void dismiss() { method in class:WarnOfStorageLimitsActivity
/packages/apps/Contacts/src/com/android/contacts/dialog/
H A DIndeterminateProgressDialog.java31 * dialog even after a call to dismiss the dialog {@link #dismiss()} or
38 * To dismiss the dialog, use {@link #dismiss()} or {@link #dismissAllowingStateLoss()} on the
106 // Upon returning, we want to dismiss this progress dialog fragment.
147 * This tells the progress dialog to dismiss itself after guaranteeing to be shown for the
151 public void dismiss() { method in class:IndeterminateProgressDialog
157 * This tells the progress dialog to dismiss itself (with state loss) after guaranteeing to be
168 * Tells the progress dialog to dismiss itself after guaranteeing that the dialog had been
176 // dismiss immediatel
[all...]
/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java386 public void dismiss() { method in class:SendUi
390 // below from immediately calling into dismiss() again.
507 dismiss();

Completed in 236 milliseconds