Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/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.java52 private final NotificationManager mNotificationManager; field in ExportProcessor
62 mNotificationManager = in ExportProcessor()
241 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in doProgressNotification()
251 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in doCancelNotification()
261 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in doFinishNotification()
/packages/apps/Phone/src/com/android/phone/
DNotificationMgr.java103 private NotificationManager mNotificationManager; field in NotificationMgr
139 mNotificationManager = in NotificationMgr()
575 mNotificationManager.notify(MISSED_CALL_NOTIFICATION, notification); in notifyMissedCall()
593 mNotificationManager.cancel(MISSED_CALL_NOTIFICATION); in cancelMissedCallNotification()
1093 mNotificationManager.cancel(IN_CALL_NOTIFICATION); in updateInCallNotification()
1110 mNotificationManager.notify(IN_CALL_NOTIFICATION, notification); in updateInCallNotification()
1155 mNotificationManager.cancel(IN_CALL_NOTIFICATION); in cancelInCall()
1288 mNotificationManager.notify(VOICEMAIL_NOTIFICATION, notification); in updateMwi()
1290 mNotificationManager.cancel(VOICEMAIL_NOTIFICATION); in updateMwi()
1341 mNotificationManager.notify( in updateCfi()
[all …]
DEmergencyCallbackModeService.java56 private NotificationManager mNotificationManager = null; field in EmergencyCallbackModeService
89 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate()
106 mNotificationManager.cancel(R.string.phone_in_ecm_notification_title); in onDestroy()
193 mNotificationManager.notify(R.string.phone_in_ecm_notification_title, notification); in showNotification()
/packages/apps/Email/src/com/android/email/
DNotificationController.java87 private final NotificationManager mNotificationManager; field in NotificationController
127 mNotificationManager = (NotificationManager) context.getSystemService( in NotificationController()
217 mNotificationManager.notify(notificationId, builder.getNotification()); in showAccountNotification()
301 mNotificationManager.cancel(getNewMessageNotificationId(accountId)); in suspendMessageNotification()
306 mNotificationManager.cancel(getNewMessageNotificationId(accountId)); in suspendMessageNotification()
728 mNotificationManager.cancel(getLoginFailedNotificationId(accountId)); in cancelLoginFailedNotification()
774 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRING); in cancelPasswordExpirationNotifications()
775 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRED); in cancelPasswordExpirationNotifications()
796 mNotificationManager.cancel(NOTIFICATION_ID_SECURITY_NEEDED); in cancelSecurityNeededNotification()
874 sInstance.mNotificationManager.cancel(notificationId); in onChange()
[all …]
/packages/apps/Contacts/src/com/android/contacts/calllog/
DDefaultVoicemailNotifier.java57 private final NotificationManager mNotificationManager; field in DefaultVoicemailNotifier
80 mNotificationManager = notificationManager; in DefaultVoicemailNotifier()
193 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build()); in updateNotification()
205 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID); in clearNotification()
/packages/apps/Nfc/src/com/android/nfc/
DP2pEventManager.java37 final NotificationManager mNotificationManager; field in P2pEventManager
50 mNotificationManager = (NotificationManager) mContext.getSystemService( in P2pEventManager()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java33 private NotificationManager mNotificationManager; field in StopwatchService
51 mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in onCreate()
123 mNotificationManager.cancel(NOTIFICATION_ID); in onStartCommand()
133 mNotificationManager.cancel(NOTIFICATION_ID); in onDestroy()
239 mNotificationManager.notify(NOTIFICATION_ID, notification); in setNotification()
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java76 private NotificationManager mNotificationManager = null; field in StkAppService
156 mNotificationManager = (NotificationManager) mContext in onCreate()
763 mNotificationManager.cancel(STK_NOTIFICATION_ID); in launchIdleText()
767 mNotificationManager.cancel(STK_NOTIFICATION_ID); in launchIdleText()
795 mNotificationManager.notify(STK_NOTIFICATION_ID, notification); in launchIdleText()
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverTransfer.java85 final NotificationManager mNotificationManager; field in HandoverTransfer
122 mNotificationManager = (NotificationManager) mContext.getSystemService( in HandoverTransfer()
235 mNotificationManager.notify(null, mTransferId, notBuilder.build()); in updateNotification()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.java79 private NotificationManager mNotificationManager; field in TimerFragment
484 mNotificationManager = (NotificationManager) in onCreateView()
917 mNotificationManager.cancel(timerId);