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

/packages/apps/Phone/src/com/android/phone/
H A DEmergencyCallbackModeService.java56 private NotificationManager mNotificationManager = null; field in class:EmergencyCallbackModeService
89 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
106 mNotificationManager.cancel(R.string.phone_in_ecm_notification_title);
193 mNotificationManager.notify(R.string.phone_in_ecm_notification_title, notification);
H A DNotificationMgr.java103 private NotificationManager mNotificationManager; field in class:NotificationMgr
139 mNotificationManager =
575 mNotificationManager.notify(MISSED_CALL_NOTIFICATION, notification);
593 mNotificationManager.cancel(MISSED_CALL_NOTIFICATION);
1093 mNotificationManager.cancel(IN_CALL_NOTIFICATION);
1110 mNotificationManager.notify(IN_CALL_NOTIFICATION, notification);
1155 mNotificationManager.cancel(IN_CALL_NOTIFICATION);
1288 mNotificationManager.notify(VOICEMAIL_NOTIFICATION, notification);
1290 mNotificationManager.cancel(VOICEMAIL_NOTIFICATION);
1341 mNotificationManager
[all...]
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DNotificationImportExportListener.java47 private final NotificationManager mNotificationManager; field in class:NotificationImportExportListener
53 mNotificationManager = (NotificationManager) activity.getSystemService(
89 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
111 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
131 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
149 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
163 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
178 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, request.jobId, notification);
H A DExportProcessor.java52 private final NotificationManager mNotificationManager; field in class:ExportProcessor
62 mNotificationManager =
241 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
251 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
261 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
/packages/apps/Nfc/src/com/android/nfc/
H A DP2pEventManager.java37 final NotificationManager mNotificationManager; field in class:P2pEventManager
50 mNotificationManager = (NotificationManager) mContext.getSystemService(
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DDefaultVoicemailNotifier.java57 private final NotificationManager mNotificationManager; field in class:DefaultVoicemailNotifier
80 mNotificationManager = notificationManager;
193 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build());
205 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
/packages/apps/Email/src/com/android/email/
H A DNotificationController.java87 private final NotificationManager mNotificationManager; field in class:NotificationController
127 mNotificationManager = (NotificationManager) context.getSystemService(
217 mNotificationManager.notify(notificationId, builder.getNotification());
301 mNotificationManager.cancel(getNewMessageNotificationId(accountId));
306 mNotificationManager.cancel(getNewMessageNotificationId(accountId));
728 mNotificationManager.cancel(getLoginFailedNotificationId(accountId));
774 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRING);
775 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRED);
796 mNotificationManager.cancel(NOTIFICATION_ID_SECURITY_NEEDED);
874 sInstance.mNotificationManager
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchService.java33 private NotificationManager mNotificationManager; field in class:StopwatchService
51 mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
123 mNotificationManager.cancel(NOTIFICATION_ID);
133 mNotificationManager.cancel(NOTIFICATION_ID);
239 mNotificationManager.notify(NOTIFICATION_ID, notification);
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverTransfer.java85 final NotificationManager mNotificationManager; field in class:HandoverTransfer
122 mNotificationManager = (NotificationManager) mContext.getSystemService(
235 mNotificationManager.notify(null, mTransferId, notBuilder.build());
/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java76 private NotificationManager mNotificationManager = null; field in class:StkAppService
156 mNotificationManager = (NotificationManager) mContext
763 mNotificationManager.cancel(STK_NOTIFICATION_ID);
767 mNotificationManager.cancel(STK_NOTIFICATION_ID);
795 mNotificationManager.notify(STK_NOTIFICATION_ID, notification);
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java79 private NotificationManager mNotificationManager; field in class:TimerFragment
484 mNotificationManager = (NotificationManager)
917 mNotificationManager.cancel(timerId);

Completed in 422 milliseconds