/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
D | IngestService.java | 78 private NotificationManager mNotificationManager; field in IngestService 87 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate() 159 mNotificationManager.notify(R.id.ingest_notification_scanning, in setClientActivity() 164 mNotificationManager.cancel(R.id.ingest_notification_importing); in setClientActivity() 165 mNotificationManager.cancel(R.id.ingest_notification_scanning); in setClientActivity() 214 mNotificationManager.cancel(R.id.ingest_notification_scanning); in deviceRemoved() 215 mNotificationManager.cancel(R.id.ingest_notification_importing); in deviceRemoved() 234 mNotificationManager.notify(R.id.ingest_notification_importing, in onImportProgress() 251 mNotificationManager.notify(R.id.ingest_notification_importing, in onImportFinish() 268 mNotificationManager.notify(R.id.ingest_notification_scanning, in onObjectIndexed() [all …]
|
/packages/services/Telephony/src/com/android/phone/ |
D | NotificationMgr.java | 90 private NotificationManager mNotificationManager; field in NotificationMgr 113 mNotificationManager = in NotificationMgr() 409 mNotificationManager.notifyAsUser( in updateMwi() 417 mNotificationManager.cancelAsUser( in updateMwi() 480 mNotificationManager.notifyAsUser( in updateCfi() 487 mNotificationManager.cancelAsUser( in updateCfi() 524 mNotificationManager.notifyAsUser( in showDataDisconnectedRoaming() 534 mNotificationManager.cancel(DATA_DISCONNECTED_ROAMING_NOTIFICATION); in hideDataDisconnectedRoaming() 569 mNotificationManager.notifyAsUser( in showNetworkSelection() 582 mNotificationManager.cancelAsUser( in cancelNetworkSelection()
|
D | EmergencyCallbackModeService.java | 57 private NotificationManager mNotificationManager = null; field in EmergencyCallbackModeService 91 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate() 108 mNotificationManager.cancel(R.string.phone_in_ecm_notification_title); in onDestroy() 208 mNotificationManager.notify(R.string.phone_in_ecm_notification_title, builder.build()); in showNotification()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
D | NotificationImportExportListener.java | 50 private final NotificationManager mNotificationManager; field in NotificationImportExportListener 56 mNotificationManager = (NotificationManager) activity.getSystemService( in NotificationImportExportListener() 92 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification); in onImportProcessed() 114 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification); in onImportParsed() 135 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in onImportFinished() 153 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in onImportCanceled() 167 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification); in onExportProcessed() 182 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, request.jobId, notification); in onCancelRequest()
|
D | ExportProcessor.java | 51 private final NotificationManager mNotificationManager; field in ExportProcessor 64 mNotificationManager = in ExportProcessor() 242 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in doProgressNotification() 252 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in doCancelNotification() 263 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in doFinishNotification()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | SmsStorageMonitor.java | 30 private static NotificationManager mNotificationManager; field in SmsStorageMonitor 35 if (mNotificationManager == null) { in onReceive() 36 mNotificationManager = in onReceive() 53 mNotificationManager.notify(NOTIFICATION_STORAGE_LIMITED_ID, mBuilder.build()); in notifyReachStorageLimited() 57 mNotificationManager.cancel(NOTIFICATION_STORAGE_LIMITED_ID); in cancelStorageLimitedWarning()
|
/packages/apps/Email/src/com/android/email/ |
D | EmailNotificationController.java | 81 private final NotificationManager mNotificationManager; field in EmailNotificationController 92 mNotificationManager = (NotificationManager) context.getSystemService( in EmailNotificationController() 175 mNotificationManager.notify(notificationId, builder.build()); in showNotification() 444 mNotificationManager.cancel(getLoginFailedNotificationId(accountId)); in cancelLoginFailedNotification() 493 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRING); in cancelPasswordExpirationNotifications() 494 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRED); in cancelPasswordExpirationNotifications() 559 mNotificationManager.cancel( in cancelSecurityNeededNotification() 586 final NotificationManager notificationManager = getInstance(context).mNotificationManager; in cancelNotifications()
|
/packages/apps/InCallUI/src/com/android/incallui/ |
D | StatusBarNotifier.java | 96 private final NotificationManager mNotificationManager; field in StatusBarNotifier 109 mNotificationManager = in StatusBarNotifier() 155 mNotificationManager.cancel(IN_CALL_NOTIFICATION); in cancelInCall() 319 mNotificationManager.notify(IN_CALL_NOTIFICATION, notification); in buildAndSendNotification() 613 mNotificationManager.cancel(IN_CALL_NOTIFICATION); in configureFullScreenIntent()
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchService.java | 30 private NotificationManager mNotificationManager; field in StopwatchService 48 mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in onCreate() 120 mNotificationManager.cancel(NOTIFICATION_ID); in onStartCommand() 130 mNotificationManager.cancel(NOTIFICATION_ID); in onDestroy() 252 mNotificationManager.notify(NOTIFICATION_ID, notification); in setNotification()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | MissedCallNotifier.java | 71 private final NotificationManager mNotificationManager; field in MissedCallNotifier 78 mNotificationManager = in MissedCallNotifier() 184 mNotificationManager.notifyAsUser( in showMissedCallNotification() 192 mNotificationManager.cancel(MISSED_CALL_NOTIFICATION_ID); in cancelMissedCallNotification()
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | DefaultVoicemailNotifier.java | 59 private final NotificationManager mNotificationManager; field in DefaultVoicemailNotifier 82 mNotificationManager = notificationManager; in DefaultVoicemailNotifier() 201 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build()); in updateNotification() 213 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID); in clearNotification()
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingService.java | 77 private NotificationManager mNotificationManager; field in ProcessingService 117 mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in onCreate() 252 mNotificationManager.notify(CAMERA_NOTIFICATION_ID, mNotificationBuilder.build()); in postNotification()
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerFragment.java | 78 private NotificationManager mNotificationManager; field in TimerFragment 185 mNotificationManager = (NotificationManager) context.getSystemService(Context in onActivityCreated() 586 mNotificationManager.cancel(timer.mTimerId); in onLeftButtonClick() 744 mNotificationManager.cancel(timerId); in cancelTimerNotification()
|
D | TimerFullScreenFragment.java | 91 private NotificationManager mNotificationManager; field in TimerFullScreenFragment 462 mNotificationManager = (NotificationManager) in onCreateView() 907 mNotificationManager.cancel(timerId); in cancelTimerNotification()
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 157 private NotificationManager mNotificationManager = null; field in StkAppService 275 mNotificationManager = (NotificationManager) mContext in onCreate() 599 mNotificationManager.cancel(getNotificationId(slotId)); in handleCardStatusChangeAndIccRefresh() 613 mNotificationManager.cancel(getNotificationId(slotId)); in handleCardStatusChangeAndIccRefresh() 1497 mNotificationManager.cancel(getNotificationId(slotId)); in launchIdleText() 1534 mNotificationManager.notify(getNotificationId(slotId), notificationBuilder.build()); in launchIdleText()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BeamTransferManager.java | 117 final NotificationManager mNotificationManager; field in BeamTransferManager 170 mNotificationManager = (NotificationManager) mContext.getSystemService( in BeamTransferManager() 352 mNotificationManager.notify(null, mTransferId, notBuilder.build()); in updateNotification()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | P2pEventManager.java | 39 final NotificationManager mNotificationManager; field in P2pEventManager 53 mNotificationManager = (NotificationManager) mContext.getSystemService( in P2pEventManager()
|