/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.java | 40 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/ |
D | NotificationImportExportListener.java | 90 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
|
D | ExportProcessor.java | 239 final Notification notification = in doProgressNotification() local 251 final Notification notification = in doCancelNotification() local 261 final Notification notification = in doFinishNotification() local
|
D | ImportVCardActivity.java | 663 final Notification notification = in showFailureNotification() local
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | SmsStorageStatusManager.java | 80 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/ |
D | NotificationMgr.java | 22 public abstract void notify(int id, NotificationWrapper notification); in notify()
|
D | AlertService.java | 374 NotificationWrapper notification; in generateAlerts() local 871 NotificationWrapper notification = AlertReceiver.makeExpandingNotification(context, in postNotification() local 933 Notification notification = nw.mNotification; in addNotificationOptions() local
|
D | AlertReceiver.java | 415 Notification notification = buildBasicNotification(basicBuilder, context, title, in makeExpandingNotification() local
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionRequest.java | 161 Notification notification = new Notification.Builder(context) in onReceive() local 183 notification); in onReceive() local
|
/packages/apps/Messaging/src/com/android/messaging/receiver/ |
D | SmsReceiver.java | 279 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/ |
D | CertService.java | 57 Notification notification = new Notification.Builder(this) in startServiceInForeground() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 228 Notification notification = builder.build(); in showMissedCallNotification() local 366 private void configureLedOnNotification(Notification notification) { in configureLedOnNotification()
|
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/ |
D | SmsMessageReceiver.java | 56 Notification.Builder notification = new Notification.Builder(context) in addNotification() local
|
/packages/services/Telephony/src/com/android/phone/ |
D | NotificationMgr.java | 418 final Notification notification = builder.build(); in updateMwi() local 429 notification, in updateMwi() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationActionUtils.java | 199 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/ |
D | WebStorageSizeManager.java | 409 Notification notification = new Notification(icon, title, when); in scheduleOutOfSpaceNotification() local
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerReceiver.java | 361 final Notification notification = builder.build(); in showCollapsedNotification() local
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchService.java | 263 Notification notification = new NotificationCompat.Builder(context) in setNotification() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 785 Notification notification = null; in createPbapNotification() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapServer.java | 215 Notification notification; in setNotification() local
|
/packages/apps/InCallUI/src/com/android/incallui/ |
D | StatusBarNotifier.java | 275 Notification notification = builder.build(); in buildAndSendNotification() local
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationSettings.java | 166 final PreferenceCategory notification = (PreferenceCategory) in onCreate() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | UpdateHandler.java | 890 final Notification notification = NotificationCompatUtils.build(builder); in showDictionaryAvailableNotification() local
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
D | PhotoProvider.java | 346 public void setMockNotification(ChangeNotification notification) { in setMockNotification()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleNotifications.java | 950 private static synchronized void doNotify(final Notification notification, in doNotify()
|