Home
last modified time | relevance | path

Searched refs:mNotificationManager (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestService.java78 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/
DNotificationMgr.java90 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()
DEmergencyCallbackModeService.java57 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/
DNotificationImportExportListener.java50 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()
DExportProcessor.java51 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/
DSmsStorageMonitor.java30 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/
DEmailNotificationController.java81 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/
DStatusBarNotifier.java96 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/
DStopwatchService.java30 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/
DMissedCallNotifier.java71 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/
DDefaultVoicemailNotifier.java59 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/
DProcessingService.java77 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/
DTimerFragment.java78 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()
DTimerFullScreenFragment.java91 private NotificationManager mNotificationManager; field in TimerFullScreenFragment
462 mNotificationManager = (NotificationManager) in onCreateView()
907 mNotificationManager.cancel(timerId); in cancelTimerNotification()
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java157 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/
DBeamTransferManager.java117 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/
DP2pEventManager.java39 final NotificationManager mNotificationManager; field in P2pEventManager
53 mNotificationManager = (NotificationManager) mContext.getSystemService( in P2pEventManager()