HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationManager (Results 1 - 12 of 12) 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);
  /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(
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java 17 private NotificationManager mNotificationManager;
21 mNotificationManager = (NotificationManager)
100 mNotificationManager.notify((int) id, notification);
105 mNotificationManager.cancel((int) id);
110 mNotificationManager.cancelAll();
  /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 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);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 36 private NotificationManager mNotificationManager;
50 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
142 mNotificationManager.cancel(R.layout.status_bar_notifications);
177 mNotificationManager.notify(MOOD_NOTIFICATIONS, notification);
205 mNotificationManager.notify(MOOD_NOTIFICATIONS, notif);
233 mNotificationManager.notify(
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 46 NotificationManager mNotificationManager;
57 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
120 mNotificationManager.notify(id, not);
179 mNotificationManager.notify(1,
195 mNotificationManager.cancel(1);
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 101 private NotificationManager mNotificationManager;
580 if (mNotificationManager == null) {
581 mNotificationManager = (NotificationManager)
585 if (mNotificationManager != null) {
599 mNotificationManager.notify(0, n);
601 mNotificationManager.cancel(0);
    [all...]
ThrottleService.java 103 private NotificationManager mNotificationManager;
141 mNotificationManager = (NotificationManager)mContext.getSystemService(
551 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
586 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
594 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
624 mNotificationManager.notify(mThrottlingNotification.icon, mThrottlingNotification);
641 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 71 private NotificationManager mNotificationManager = null;
155 mNotificationManager = (NotificationManager) mContext
700 mNotificationManager.cancel(STK_NOTIFICATION_ID);
728 mNotificationManager.notify(STK_NOTIFICATION_ID, notification);
  /frameworks/base/core/java/android/app/
ContextImpl.java 186 private NotificationManager mNotificationManager = null;
    [all...]

Completed in 428 milliseconds