/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/training/notify-user/src/com/example/android/pingme/ |
PingService.java | 31 private NotificationManager mNotificationManager; 70 mNotificationManager = (NotificationManager) 128 mNotificationManager = (NotificationManager) 131 mNotificationManager.notify(CommonConstants.NOTIFICATION_ID, builder.build());
|
/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/Dialer/src/com/android/dialer/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/ContactsCommon/src/com/android/contacts/common/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 | 51 private final NotificationManager mNotificationManager; 64 mNotificationManager = 244 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, 254 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, 265 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
|
/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 | 102 private NotificationManager mNotificationManager; 138 mNotificationManager = 574 mNotificationManager.notify(MISSED_CALL_NOTIFICATION, notification); 592 mNotificationManager.cancel(MISSED_CALL_NOTIFICATION); [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,
|
/frameworks/base/services/java/com/android/server/display/ |
WifiDisplayAdapter.java | 78 private final NotificationManager mNotificationManager; 106 mNotificationManager = (NotificationManager)context.getSystemService( 408 mNotificationManager.cancelAsUser(null, 445 mNotificationManager.notifyAsUser(null,
|
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/ |
FixVibrateSetting.java | 33 NotificationManager mNotificationManager; 46 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); 120 mNotificationManager.notify(1, n);
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
BordeauxService.java | 64 NotificationManager mNotificationManager; 75 //mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); 98 //mNotificationManager.cancel(R.string.remote_service_started); 194 mNotificationManager.notify(R.string.remote_service_started, notification); */
|
/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);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
IngestService.java | 71 private NotificationManager mNotificationManager; 80 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); 148 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_SCANNING, 153 mNotificationManager.cancel(NotificationIds.INGEST_NOTIFICATION_IMPORTING); 154 mNotificationManager.cancel(NotificationIds.INGEST_NOTIFICATION_SCANNING); 204 mNotificationManager.cancel(NotificationIds.INGEST_NOTIFICATION_SCANNING); 220 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_IMPORTING, 237 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_IMPORTING, 256 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_SCANNING, 275 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_SCANNING [all...] |
/packages/apps/Nfc/src/com/android/nfc/ |
P2pEventManager.java | 37 final NotificationManager mNotificationManager; 51 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);
|
/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/Nfc/src/com/android/nfc/handover/ |
HandoverTransfer.java | 86 final NotificationManager mNotificationManager; 130 mNotificationManager = (NotificationManager) mContext.getSystemService( 272 mNotificationManager.notify(null, mTransferId, notBuilder.build());
|
/packages/apps/Stk/src/com/android/stk/ |
StkAppService.java | 78 private NotificationManager mNotificationManager = null; 153 mNotificationManager = (NotificationManager) mContext 760 mNotificationManager.cancel(STK_NOTIFICATION_ID); 764 mNotificationManager.cancel(STK_NOTIFICATION_ID); 789 mNotificationManager.notify(STK_NOTIFICATION_ID, notificationBuilder.build()); [all...] |
/frameworks/base/services/java/com/android/server/usb/ |
UsbDeviceManager.java | 112 private NotificationManager mNotificationManager; 194 mNotificationManager = (NotificationManager) 660 if (mNotificationManager == null || !mUseUsbNotification) return; 683 mNotificationManager.cancelAsUser(null, mUsbNotificationId, 708 mNotificationManager.notifyAsUser(null, id, notification, 716 if (mNotificationManager == null) return; 744 mNotificationManager.notifyAsUser(null, id, notification, 749 mNotificationManager.cancelAsUser(null, id, UserHandle.ALL); [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...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
GlobalScreenshot.java | 100 private final NotificationManager mNotificationManager; 154 mNotificationManager = nManager; 169 mNotificationManager.notify(nId, n); 270 GlobalScreenshot.notifyScreenshotError(params.context, mNotificationManager); 289 mNotificationManager.notify(mNotificationId, n); 322 private NotificationManager mNotificationManager; 379 mNotificationManager = 410 mSaveInBgTask = new SaveImageInBackgroundTask(mContext, data, mNotificationManager, 451 notifyScreenshotError(mContext, mNotificationManager);
|