Home
last modified time | relevance | path

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

12

/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
132 final Notification notification = in onImportFinished() local
151 final Notification notification = in onImportCanceled() local
164 final Notification notification = in onExportProcessed() local
181 final Notification notification = constructCancelNotification(mContext, description); in onCancelRequest() local
DExportProcessor.java238 final Notification notification = in doProgressNotification() local
250 final Notification notification = in doCancelNotification() local
260 final Notification notification = in doFinishNotification() local
DImportVCardActivity.java1008 final Notification notification = in showFailureNotification() local
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java68 Notification.Builder notification = new Notification.Builder(context) in showLowPriorityNotification() local
109 Notification.Builder notification = new Notification.Builder(context) in showHighPriorityNotification() local
143 Notification.Builder notification = new Notification.Builder(context) in showSnoozeNotification() local
180 Notification.Builder notification = new Notification.Builder(context) in showMissedNotification() local
215 Notification.Builder notification = new Notification.Builder(context) in showAlarmNotification() local
/packages/apps/Mms/src/com/android/mms/transaction/
DSimFullReceiver.java52 Notification notification = new Notification(); in onReceive() local
DSmsRejectedReceiver.java64 Notification notification = new Notification(); in onReceive() local
DMessagingNotification.java962 final Notification notification; in updateNotification() local
1140 Notification notification = new Notification(); in notifyFailed() 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.java145 Notification notification = new Notification.Builder(context) in onReceive() local
167 notification); in onReceive() local
/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java180 Notification notification = builder.build(); in showMissedCallNotification() local
275 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/apps/Exchange/src/com/android/exchange/service/
DAbstractSyncAdapterService.java125 final Notification notification = new Notification.Builder(this) in showAuthNotification() local
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerReceiver.java348 Notification notification = builder.build(); in showCollapsedNotification() local
443 Notification notification = new Notification.Builder(context) in showTimesUpNotification() local
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java401 final Notification notification = builder.build(); in updateMwi() local
412 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/stopwatch/
DStopwatchService.java242 Notification notification = new Notification.Builder(context) in setNotification() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java782 Notification notification = null; in createPbapNotification() local
/packages/apps/InCallUI/src/com/android/incallui/
DStatusBarNotifier.java317 Notification notification = builder.build(); in buildAndSendNotification() local
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationSettings.java140 final PreferenceCategory notification = (PreferenceCategory) in onCreate() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java877 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/FMRadio/src/com/android/fmradio/
DFmService.java1791 public void showRecordingNotification(Notification notification) { in showRecordingNotification()

12