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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DIngestService.java71 private NotificationManager mNotificationManager; field in class:IngestService
80 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
148 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_SCANNING,
153 mNotificationManager.cancel(NotificationIds.INGEST_NOTIFICATION_IMPORTING);
154 mNotificationManager.cancel(NotificationIds.INGEST_NOTIFICATION_SCANNING);
204 mNotificationManager.cancel(NotificationIds.INGEST_NOTIFICATION_SCANNING);
220 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_IMPORTING,
237 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_IMPORTING,
256 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_SCANNING,
275 mNotificationManager
[all...]
/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.java102 private NotificationManager mNotificationManager; field in class:NotificationMgr
138 mNotificationManager =
574 mNotificationManager.notify(MISSED_CALL_NOTIFICATION, notification);
592 mNotificationManager.cancel(MISSED_CALL_NOTIFICATION);
1092 mNotificationManager.cancel(IN_CALL_NOTIFICATION);
1109 mNotificationManager.notify(IN_CALL_NOTIFICATION, notification);
1154 mNotificationManager.cancel(IN_CALL_NOTIFICATION);
1287 mNotificationManager.notify(VOICEMAIL_NOTIFICATION, notification);
1289 mNotificationManager.cancel(VOICEMAIL_NOTIFICATION);
1340 mNotificationManager
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/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.java51 private final NotificationManager mNotificationManager; field in class:ExportProcessor
64 mNotificationManager =
244 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
254 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
265 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
/packages/apps/Nfc/src/com/android/nfc/
H A DP2pEventManager.java37 final NotificationManager mNotificationManager; field in class:P2pEventManager
51 mNotificationManager = (NotificationManager) mContext.getSystemService(
/packages/apps/Dialer/src/com/android/dialer/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.java86 final NotificationManager mNotificationManager; field in class:HandoverTransfer
130 mNotificationManager = (NotificationManager) mContext.getSystemService(
272 mNotificationManager.notify(null, mTransferId, notBuilder.build());
/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java78 private NotificationManager mNotificationManager = null; field in class:StkAppService
153 mNotificationManager = (NotificationManager) mContext
760 mNotificationManager.cancel(STK_NOTIFICATION_ID);
764 mNotificationManager.cancel(STK_NOTIFICATION_ID);
789 mNotificationManager.notify(STK_NOTIFICATION_ID, notificationBuilder.build());
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java80 private NotificationManager mNotificationManager; field in class:TimerFragment
488 mNotificationManager = (NotificationManager)
943 mNotificationManager.cancel(timerId);

Completed in 280 milliseconds