HomeSort by relevance Sort by last modified time
    Searched defs:mNotificationManager (Results 1 - 25 of 26) 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);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java 18 private NotificationManager mNotificationManager;
22 mNotificationManager = (NotificationManager)
94 mNotificationManager.notify((int) id, notification);
99 mNotificationManager.cancel((int) id);
104 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/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 64 NotificationManager mNotificationManager;
71 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
87 mNotificationManager.cancel(R.string.remote_service_started);
173 mNotificationManager.notify(R.string.remote_service_started, notification);
  /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;
193 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build());
205 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 101 private NotificationManager mNotificationManager;
137 mNotificationManager =
573 mNotificationManager.notify(MISSED_CALL_NOTIFICATION, notification);
591 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 37 final NotificationManager mNotificationManager;
50 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/services/java/com/android/server/usb/
UsbDeviceManager.java 110 private NotificationManager mNotificationManager;
174 mNotificationManager = (NotificationManager)
613 if (mNotificationManager == null || !mUseUsbNotification) return;
636 mNotificationManager.cancel(mUsbNotificationId);
660 mNotificationManager.notify(id, notification);
667 if (mNotificationManager == null) return;
695 mNotificationManager.notify(id, notification);
699 mNotificationManager.cancel(id);
    [all...]
  /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...]
  /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 107 private NotificationManager mNotificationManager;
628 if (mNotificationManager == null) {
629 mNotificationManager = (NotificationManager)
633 if (mNotificationManager != null) {
647 mNotificationManager.notify(0, n);
649 mNotificationManager.cancel(0);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java 137 final NotificationManager mNotificationManager;
411 mNotificationManager.notify(mNotificationId, notBuilder.build());
618 mNotificationManager = (NotificationManager) mContext.getSystemService(
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 88 private NotificationManager mNotificationManager;
138 mNotificationManager = nManager;
153 mNotificationManager.notify(nId, n);
226 GlobalScreenshot.notifyScreenshotError(params.context, mNotificationManager);
245 mNotificationManager.notify(mNotificationId, n);
275 private NotificationManager mNotificationManager;
330 mNotificationManager =
358 new SaveImageInBackgroundTask(mContext, data, mNotificationManager,
399 notifyScreenshotError(mContext, mNotificationManager);
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java 109 private NotificationManager mNotificationManager;
667 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 112 private NotificationManager mNotificationManager;
244 mNotificationManager = (NotificationManager)mContext.getSystemService(
614 if (mNotificationManager != null) {
661 mNotificationManager.notify(R.string.select_keyboard_layout_notification_title,
671 mNotificationManager.cancel(R.string.select_keyboard_layout_notification_title);
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 181 private NotificationManager mNotificationManager;
    [all...]

Completed in 945 milliseconds

1 2