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.java79 private NotificationManager mNotificationManager; field in NotificationMgr
101 mNotificationManager = in NotificationMgr()
352 mNotificationManager.notifyAsUser( in updateMwi()
357 mNotificationManager.cancelAsUser( in updateMwi()
397 mNotificationManager.notifyAsUser( in updateCfi()
401 mNotificationManager.cancelAsUser( in updateCfi()
432 mNotificationManager.notifyAsUser( in showDataDisconnectedRoaming()
442 mNotificationManager.cancel(DATA_DISCONNECTED_ROAMING_NOTIFICATION); in hideDataDisconnectedRoaming()
473 mNotificationManager.notifyAsUser( in showNetworkSelection()
486 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.java47 private final NotificationManager mNotificationManager; field in NotificationImportExportListener
53 mNotificationManager = (NotificationManager) activity.getSystemService( in NotificationImportExportListener()
89 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification); in onImportProcessed()
111 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification); in onImportParsed()
131 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in onImportFinished()
149 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in onImportCanceled()
163 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification); in onExportProcessed()
178 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/
DNotificationController.java81 private final NotificationManager mNotificationManager; field in NotificationController
92 mNotificationManager = (NotificationManager) context.getSystemService( in NotificationController()
177 mNotificationManager.notify(notificationId, builder.build()); in showNotification()
442 mNotificationManager.cancel(getLoginFailedNotificationId(accountId)); in cancelLoginFailedNotification()
488 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRING); in cancelPasswordExpirationNotifications()
489 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRED); in cancelPasswordExpirationNotifications()
550 mNotificationManager.cancel( in cancelSecurityNeededNotification()
576 final NotificationManager notificationManager = getInstance(context).mNotificationManager; in cancelNotifications()
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java80 private NotificationManager mNotificationManager = null; field in StkAppService
156 mNotificationManager = (NotificationManager) mContext in onCreate()
340 mNotificationManager.cancel(STK_NOTIFICATION_ID); in handleCardStatusChangeAndIccRefresh()
350 mNotificationManager.cancel(STK_NOTIFICATION_ID); in handleCardStatusChangeAndIccRefresh()
810 mNotificationManager.cancel(STK_NOTIFICATION_ID); in launchIdleText()
814 mNotificationManager.cancel(STK_NOTIFICATION_ID); in launchIdleText()
845 mNotificationManager.notify(STK_NOTIFICATION_ID, notificationBuilder.build()); in launchIdleText()
/packages/apps/InCallUI/src/com/android/incallui/
DStatusBarNotifier.java92 private final NotificationManager mNotificationManager; field in StatusBarNotifier
105 mNotificationManager = in StatusBarNotifier()
150 mNotificationManager.cancel(IN_CALL_NOTIFICATION); in cancelInCall()
312 mNotificationManager.notify(IN_CALL_NOTIFICATION, notification); in buildAndSendNotification()
603 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()
250 mNotificationManager.notify(NOTIFICATION_ID, notification); in setNotification()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DDefaultVoicemailNotifier.java57 private final NotificationManager mNotificationManager; field in DefaultVoicemailNotifier
80 mNotificationManager = notificationManager; in DefaultVoicemailNotifier()
196 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build()); in updateNotification()
208 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID); in clearNotification()
/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java63 private final NotificationManager mNotificationManager; field in MissedCallNotifier
70 mNotificationManager = in MissedCallNotifier()
172 mNotificationManager.notifyAsUser( in showMissedCallNotification()
180 mNotificationManager.cancel(MISSED_CALL_NOTIFICATION_ID); in cancelMissedCallNotification()
/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()
572 mNotificationManager.cancel(timer.mTimerId); in onLeftButtonClick()
730 mNotificationManager.cancel(timerId); in cancelTimerNotification()
DTimerFullScreenFragment.java91 private NotificationManager mNotificationManager; field in TimerFullScreenFragment
462 mNotificationManager = (NotificationManager) in onCreateView()
902 mNotificationManager.cancel(timerId); in cancelTimerNotification()
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverTransfer.java108 final NotificationManager mNotificationManager; field in HandoverTransfer
159 mNotificationManager = (NotificationManager) mContext.getSystemService( in HandoverTransfer()
330 mNotificationManager.notify(null, mTransferId, notBuilder.build()); in updateNotification()
/packages/apps/Nfc/src/com/android/nfc/
DP2pEventManager.java37 final NotificationManager mNotificationManager; field in P2pEventManager
51 mNotificationManager = (NotificationManager) mContext.getSystemService( in P2pEventManager()