HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationManager (Results 1 - 25 of 29) sorted by null

1 2

  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 32 private NotificationManager mNotificationManager;
37 mNotificationManager = (NotificationManager) mContext.getSystemService(
44 mNotificationManager.cancelAll();
55 mNotificationManager.cancel(id);
62 mNotificationManager.cancelAll();
78 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);
  /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/Alarm/tests/src/com/example/android/newalarm/
AlarmServiceTest.java 77 assertNotNull(mService.mNotificationManager);
  /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/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 56 private NotificationManager mNotificationManager = null;
89 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
106 mNotificationManager.cancel(R.string.phone_in_ecm_notification_title);
193 mNotificationManager.notify(R.string.phone_in_ecm_notification_title, notification);
NotificationMgr.java 103 private NotificationManager mNotificationManager;
139 mNotificationManager =
575 mNotificationManager.notify(MISSED_CALL_NOTIFICATION, notification);
593 mNotificationManager.cancel(MISSED_CALL_NOTIFICATION);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/vcard/
NotificationImportExportListener.java 47 private final NotificationManager mNotificationManager;
53 mNotificationManager = (NotificationManager) activity.getSystemService(
89 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
111 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
131 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
149 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
163 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
178 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,
  /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 35 NotificationManager mNotificationManager;
55 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
175 mNotificationManager.notify(id, not);
268 mNotificationManager.notify(1,
282 mNotificationManager.cancel(1);
  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 37 final NotificationManager mNotificationManager;
50 mNotificationManager = (NotificationManager) mContext.getSystemService(
  /packages/apps/Contacts/src/com/android/contacts/calllog/
DefaultVoicemailNotifier.java 57 private final NotificationManager mNotificationManager;
80 mNotificationManager = notificationManager;
193 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build());
205 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
  /packages/apps/Email/src/com/android/email/
NotificationController.java 87 private final NotificationManager mNotificationManager;
127 mNotificationManager = (NotificationManager) context.getSystemService(
217 mNotificationManager.notify(notificationId, builder.getNotification());
301 mNotificationManager.cancel(getNewMessageNotificationId(accountId));
306 mNotificationManager.cancel(getNewMessageNotificationId(accountId));
    [all...]
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 86 private NotificationManager mNotificationManager;
537 if (mNotificationManager == null) {
538 mNotificationManager = (NotificationManager)
542 if (mNotificationManager != null) {
557 mNotificationManager.notifyAsUser(null,
560 mNotificationManager.cancelAsUser(null,
ThrottleService.java 111 private NotificationManager mNotificationManager;
162 mNotificationManager = (NotificationManager)mContext.getSystemService(
615 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
651 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
659 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
690 mNotificationManager.notifyAsUser(null, mThrottlingNotification.icon,
706 mNotificationManager.cancelAsUser(null, R.drawable.stat_sys_throttled,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 87 private NotificationManager mNotificationManager;
137 mNotificationManager = nManager;
152 mNotificationManager.notify(nId, n);
225 GlobalScreenshot.notifyScreenshotError(params.context, mNotificationManager);
244 mNotificationManager.notify(mNotificationId, n);
274 private NotificationManager mNotificationManager;
329 mNotificationManager =
357 new SaveImageInBackgroundTask(mContext, data, mNotificationManager,
398 notifyScreenshotError(mContext, mNotificationManager);
  /frameworks/base/services/java/com/android/server/display/
WifiDisplayAdapter.java 75 private final NotificationManager mNotificationManager;
103 mNotificationManager = (NotificationManager)context.getSystemService(
363 mNotificationManager.cancelAsUser(null,
400 mNotificationManager.notifyAsUser(null,
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 110 private NotificationManager mNotificationManager;
190 mNotificationManager = (NotificationManager)
656 if (mNotificationManager == null || !mUseUsbNotification) return;
679 mNotificationManager.cancelAsUser(null, mUsbNotificationId,
704 mNotificationManager.notifyAsUser(null, id, notification,
712 if (mNotificationManager == null) return;
740 mNotificationManager.notifyAsUser(null, id, notification,
745 mNotificationManager.cancelAsUser(null, id, UserHandle.ALL);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 33 private NotificationManager mNotificationManager;
51 mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
123 mNotificationManager.cancel(NOTIFICATION_ID);
133 mNotificationManager.cancel(NOTIFICATION_ID);
239 mNotificationManager.notify(NOTIFICATION_ID, notification);
  /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/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 64 NotificationManager mNotificationManager;
75 //mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
99 //mNotificationManager.cancel(R.string.remote_service_started);
193 mNotificationManager.notify(R.string.remote_service_started, notification); */
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 76 private NotificationManager mNotificationManager = null;
156 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/input/
InputManagerService.java 118 private NotificationManager mNotificationManager;
290 mNotificationManager = (NotificationManager)mContext.getSystemService(
667 if (mNotificationManager != null) {
715 mNotificationManager.notifyAsUser(null,
726 mNotificationManager.cancelAsUser(null,
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java 136 final NotificationManager mNotificationManager;
409 mNotificationManager.notifyAsUser(null, mNotificationId, notBuilder.build(),
613 mNotificationManager = (NotificationManager) mContext.getSystemService(
    [all...]

Completed in 380 milliseconds

1 2