/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | NotificationImportExportListener.java | 47 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()
|
D | ExportProcessor.java | 52 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/ |
D | NotificationMgr.java | 103 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 …]
|
D | EmergencyCallbackModeService.java | 56 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/ |
D | NotificationController.java | 87 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/ |
D | DefaultVoicemailNotifier.java | 57 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/ |
D | P2pEventManager.java | 37 final NotificationManager mNotificationManager; field in P2pEventManager 50 mNotificationManager = (NotificationManager) mContext.getSystemService( in P2pEventManager()
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchService.java | 33 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/ |
D | StkAppService.java | 76 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/ |
D | HandoverTransfer.java | 85 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/ |
D | TimerFragment.java | 79 private NotificationManager mNotificationManager; field in TimerFragment 484 mNotificationManager = (NotificationManager) in onCreateView() 917 mNotificationManager.cancel(timerId);
|