Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 25 of 27) sorted by relevance

12

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java40 NotificationCompat.Builder notification = new NotificationCompat.Builder(context) in showLowPriorityNotification() local
79 NotificationCompat.Builder notification = new NotificationCompat.Builder(context) in showHighPriorityNotification() local
113 NotificationCompat.Builder notification = new NotificationCompat.Builder(context) in showSnoozeNotification() local
147 NotificationCompat.Builder notification = new NotificationCompat.Builder(context) in showMissedNotification() local
182 NotificationCompat.Builder notification = new NotificationCompat.Builder(context) in showAlarmNotification() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DNotificationImportExportListener.java90 final Notification notification = constructProgressNotification(mContext, in onImportProcessed() local
111 final Notification notification = constructProgressNotification( in onImportParsed() local
133 final Notification notification = in onImportFinished() local
152 final Notification notification = in onImportCanceled() local
167 final Notification notification = in onExportProcessed() local
184 final Notification notification = constructCancelNotification(mContext, description); in onCancelRequest() local
DExportProcessor.java239 final Notification notification = in doProgressNotification() local
251 final Notification notification = in doCancelNotification() local
261 final Notification notification = in doFinishNotification() local
DImportVCardActivity.java663 final Notification notification = in showFailureNotification() local
/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsStorageStatusManager.java80 final Notification notification = bigTextStyle.build(); in postStorageLowNotification() local
86 PendingIntentConstants.SMS_STORAGE_LOW_NOTIFICATION_ID, notification); in postStorageLowNotification() local
/packages/apps/Calendar/src/com/android/calendar/alerts/
DNotificationMgr.java22 public abstract void notify(int id, NotificationWrapper notification); in notify()
DAlertService.java374 NotificationWrapper notification; in generateAlerts() local
871 NotificationWrapper notification = AlertReceiver.makeExpandingNotification(context, in postNotification() local
933 Notification notification = nw.mNotification; in addNotificationOptions() local
DAlertReceiver.java415 Notification notification = buildBasicNotification(basicBuilder, context, title, in makeExpandingNotification() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java161 Notification notification = new Notification.Builder(context) in onReceive() local
183 notification); in onReceive() local
/packages/apps/Messaging/src/com/android/messaging/receiver/
DSmsReceiver.java279 final Notification notification = bigTextStyle.build(); in postNewMessageSecondaryUserNotification() local
291 PendingIntentConstants.SMS_SECONDARY_USER_NOTIFICATION_ID, notification); in postNewMessageSecondaryUserNotification() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DCertService.java57 Notification notification = new Notification.Builder(this) in startServiceInForeground() local
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java228 Notification notification = builder.build(); in showMissedCallNotification() local
366 private void configureLedOnNotification(Notification notification) { in configureLedOnNotification()
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DSmsMessageReceiver.java56 Notification.Builder notification = new Notification.Builder(context) in addNotification() local
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java418 final Notification notification = builder.build(); in updateMwi() local
429 notification, in updateMwi() local
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java199 final Intent notificationIntent, final NotificationCompat.Builder notification, in addNotificationActions()
667 final Notification notification = builder.build(); in createUndoNotification() local
795 final Notification notification = in createUndoNotification() local
/packages/apps/Browser/src/com/android/browser/
DWebStorageSizeManager.java409 Notification notification = new Notification(icon, title, when); in scheduleOutOfSpaceNotification() local
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerReceiver.java361 final Notification notification = builder.build(); in showCollapsedNotification() local
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java263 Notification notification = new NotificationCompat.Builder(context) in setNotification() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java785 Notification notification = null; in createPbapNotification() local
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java215 Notification notification; in setNotification() local
/packages/apps/InCallUI/src/com/android/incallui/
DStatusBarNotifier.java275 Notification notification = builder.build(); in buildAndSendNotification() local
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationSettings.java166 final PreferenceCategory notification = (PreferenceCategory) in onCreate() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java890 final Notification notification = NotificationCompatUtils.build(builder); in showDictionaryAvailableNotification() local
/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoProvider.java346 public void setMockNotification(ChangeNotification notification) { in setMockNotification()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java950 private static synchronized void doNotify(final Notification notification, in doNotify()

12