Home
last modified time | relevance | path

Searched refs:notificationManager (Results 1 – 15 of 15) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerReceiver.java350 NotificationManager notificationManager = in showCollapsedNotification() local
352 notificationManager.notify(notificationId, notification); in showCollapsedNotification()
412 NotificationManager notificationManager = in cancelInUseNotification() local
414 notificationManager.cancel(IN_USE_NOTIFICATION_ID); in cancelInUseNotification()
486 NotificationManager notificationManager = in cancelTimesUpNotification() local
488 notificationManager.cancel(timerObj.mTimerId); in cancelTimesUpNotification()
/packages/apps/Settings/src/com/android/settings/sim/
DSimBootReceiver.java152 NotificationManager notificationManager = in createNotification() local
154 notificationManager.notify(NOTIFICATION_ID, builder.build()); in createNotification()
158 NotificationManager notificationManager = in cancelNotification() local
160 notificationManager.cancel(NOTIFICATION_ID); in cancelNotification()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DDefaultVoicemailNotifier.java67 NotificationManager notificationManager = in getInstance() local
70 sInstance = new DefaultVoicemailNotifier(context, notificationManager, in getInstance()
79 NotificationManager notificationManager, NewCallsQuery newCallsQuery, in DefaultVoicemailNotifier() argument
82 mNotificationManager = notificationManager; in DefaultVoicemailNotifier()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DBootReminder.java161 final NotificationManager notificationManager = (NotificationManager) in setNotification() local
164 notificationManager.cancel(NOTIFY_ID); in setNotification()
178 notificationManager.notify(NOTIFY_ID, notify.build()); in setNotification()
/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java586 final NotificationManager notificationManager = getInstance(context).mNotificationManager; in cancelNotifications() local
588 notificationManager.cancel((int) (NOTIFICATION_ID_BASE_LOGIN_WARNING + account.mId)); in cancelNotifications()
589 notificationManager.cancel((int) (NOTIFICATION_ID_BASE_SECURITY_NEEDED + account.mId)); in cancelNotifications()
590 notificationManager.cancel((int) (NOTIFICATION_ID_BASE_SECURITY_CHANGED + account.mId)); in cancelNotifications()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java798 final NotificationManager notificationManager = in createUndoNotification() local
800 notificationManager.notify(notificationId, notification); in createUndoNotification()
857 final NotificationManager notificationManager = in removeUndoNotification() local
859 notificationManager.cancel(notificationId); in removeUndoNotification()
DNotificationUtils.java1613 final NotificationManagerCompat notificationManager = in clearFolderNotification() local
1615 notificationManager.cancel(getNotificationId(account.getAccountManagerAccount(), folder)); in clearFolderNotification()
1617 cancelConversationNotifications(key, notificationManager); in clearFolderNotification()
1655 final NotificationManagerCompat notificationManager = in clearAccountNotifications() local
1660 notificationManager.cancel(getNotificationId(account, folder)); in clearAccountNotifications()
1663 cancelConversationNotifications(notificationKey, notificationManager); in clearAccountNotifications()
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DDialogSmsDisplay.java67 NotificationManager notificationManager = in parseIntent() local
69 notificationManager.cancel(notificationId); in parseIntent()
DSmsMessageReceiver.java67 NotificationManager notificationManager = in addNotification() local
70 notificationManager.notify(notificationId, notification.getNotification()); in addNotification()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java163 NotificationManager notificationManager = in onReceive() local
166 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID, in onReceive()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java854 final NotificationManager notificationManager = in showDictionaryAvailableNotification() local
857 if (null == notificationIntent || null == notificationManager) return; in showDictionaryAvailableNotification()
878 notificationManager.notify(DICT_AVAILABLE_NOTIFICATION_ID, notification); in showDictionaryAvailableNotification()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java403 NotificationManager notificationManager = in addToNotificationBar() local
406 notificationManager.notify(NOTIFICATION_ID, builder.build()); in addToNotificationBar()
DCellBroadcastAlertFullScreen.java327 NotificationManager notificationManager = in clearNotification() local
329 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID); in clearNotification()
/packages/apps/InCallUI/src/com/android/incallui/
DStatusBarNotifier.java164 NotificationManager notificationManager = in clearInCallNotification() local
166 notificationManager.cancel(IN_CALL_NOTIFICATION); in clearInCallNotification()
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DImportVCardActivity.java1006 final NotificationManager notificationManager = in showFailureNotification() local
1012 notificationManager.notify(NotificationImportExportListener.FAILURE_NOTIFICATION_TAG, in showFailureNotification()