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

  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 38 private NotificationManager mNotificationManager;
43 mNotificationManager = (NotificationManager) mContext.getSystemService(
50 mNotificationManager.cancelAll();
89 mNotificationManager.cancel(id);
110 mNotificationManager.cancelAll();
126 mNotificationManager.notify(id, notification);
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 53 private NotificationManager mNotificationManager;
60 mNotificationManager = (NotificationManager) mContext.getSystemService(
67 mNotificationManager.cancelAll();
74 mNotificationManager.cancel(notifyId - 4);
89 mNotificationManager.notify(id, notification);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java 18 private NotificationManager mNotificationManager;
22 mNotificationManager = (NotificationManager)
88 mNotificationManager.notify((int) id, notification);
93 mNotificationManager.cancel((int) id);
98 mNotificationManager.cancelAll();
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 68 NotificationManager mNotificationManager;
133 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
158 mNotificationManager.cancel(R.string.alarm_service_started);
211 mNotificationManager.notify(
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 37 private NotificationManager mNotificationManager;
51 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
143 mNotificationManager.cancel(R.layout.status_bar_notifications);
210 mNotificationManager.notify(MOOD_NOTIFICATIONS, notification);
238 mNotificationManager.notify(MOOD_NOTIFICATIONS, notif);
265 mNotificationManager.notify(
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 49 NotificationManager mNotificationManager;
69 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
189 mNotificationManager.notify(id, not);
282 mNotificationManager.notify(1,
296 mNotificationManager.cancel(1);
  /packages/apps/Contacts/src/com/android/contacts/calllog/
DefaultVoicemailNotifier.java 57 private final NotificationManager mNotificationManager;
80 mNotificationManager = notificationManager;
179 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notification);
191 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
  /packages/apps/Contacts/src/com/android/contacts/vcard/
NotificationImportExportListener.java 48 private final NotificationManager mNotificationManager;
54 mNotificationManager = (NotificationManager) activity.getSystemService(
90 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
112 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
132 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
150 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
164 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
179 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, request.jobId, notification);
ExportProcessor.java 52 private final NotificationManager mNotificationManager;
62 mNotificationManager =
241 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
251 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
261 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 55 private NotificationManager mNotificationManager = null;
88 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
105 mNotificationManager.cancel(R.string.phone_in_ecm_notification_title);
192 mNotificationManager.notify(R.string.phone_in_ecm_notification_title, notification);
NotificationMgr.java 93 private NotificationManager mNotificationManager;
129 mNotificationManager =
480 mNotificationManager.notify(MISSED_CALL_NOTIFICATION, note);
498 mNotificationManager.cancel(MISSED_CALL_NOTIFICATION);
    [all...]
  /frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
FixVibrateSetting.java 33 NotificationManager mNotificationManager;
46 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
120 mNotificationManager.notify(1, n);
  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 39 final NotificationManager mNotificationManager;
52 mNotificationManager = (NotificationManager) mContext.getSystemService(
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 151 NotificationManager mNotificationManager;
188 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
520 mNotificationManager.notify(NOTIFICATION_ID, mNotification);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 83 private NotificationManager mNotificationManager;
126 mNotificationManager = nManager;
136 mNotificationManager.notify(nId, n);
193 GlobalScreenshot.notifyScreenshotError(params.context, mNotificationManager);
212 mNotificationManager.notify(mNotificationId, n);
242 private NotificationManager mNotificationManager;
297 mNotificationManager =
324 new SaveImageInBackgroundTask(mContext, data, mNotificationManager,
365 notifyScreenshotError(mContext, mNotificationManager);
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 103 private NotificationManager mNotificationManager;
165 mNotificationManager = (NotificationManager)
552 if (mNotificationManager == null || !mUseUsbNotification) return;
575 mNotificationManager.cancel(mUsbNotificationId);
598 mNotificationManager.notify(id, notification);
605 if (mNotificationManager == null) return;
632 mNotificationManager.notify(id, notification);
636 mNotificationManager.cancel(id);
  /packages/apps/Email/src/com/android/email/
NotificationController.java 84 private final NotificationManager mNotificationManager;
120 mNotificationManager = (NotificationManager) context.getSystemService(
211 mNotificationManager.notify(notificationId, notification);
295 mNotificationManager.cancel(getNewMessageNotificationId(accountId));
300 mNotificationManager.cancel(getNewMessageNotificationId(accountId));
543 mNotificationManager.cancel(getLoginFailedNotificationId(accountId));
589 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRING);
590 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRED);
611 mNotificationManager.cancel(NOTIFICATION_ID_SECURITY_NEEDED);
689 sInstance.mNotificationManager.cancel(notificationId)
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 76 private NotificationManager mNotificationManager = null;
165 mNotificationManager = (NotificationManager) mContext
763 mNotificationManager.cancel(STK_NOTIFICATION_ID);
767 mNotificationManager.cancel(STK_NOTIFICATION_ID);
795 mNotificationManager.notify(STK_NOTIFICATION_ID, notification);
    [all...]
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 110 private NotificationManager mNotificationManager;
161 mNotificationManager = (NotificationManager)mContext.getSystemService(
613 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
649 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
657 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
687 mNotificationManager.notify(mThrottlingNotification.icon, mThrottlingNotification);
702 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
    [all...]
UiModeManagerService.java 105 private NotificationManager mNotificationManager;
621 if (mNotificationManager == null) {
622 mNotificationManager = (NotificationManager)
626 if (mNotificationManager != null) {
640 mNotificationManager.notify(0, n);
642 mNotificationManager.cancel(0);
    [all...]
InputMethodManagerService.java 175 private NotificationManager mNotificationManager;
623 mNotificationManager = (NotificationManager)
    [all...]

Completed in 749 milliseconds