| /packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/common/ |
| D | NotificationHelperTest.java | 55 final StatusBarNotification notification = in showResumeNotification_showsExpectedNotification() local 69 final StatusBarNotification notification = in showPrivacyReminderNotification_showsExpectedNotification() local
|
| /packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/ |
| D | BundleBuilder.java | 42 static Bundle buildAssistantReadBundle(StatusBarNotification notification) { in buildAssistantReadBundle() 56 static Bundle buildAssistantReplyBundle(StatusBarNotification notification) { in buildAssistantReplyBundle()
|
| D | CarAssistUtils.java | 214 public static List<NotificationCompat.Action> getAllActions(Notification notification) { in getAllActions() 228 public static NotificationCompat.Action getMarkAsReadAction(Notification notification) { in getMarkAsReadAction() 243 private static NotificationCompat.Action getReplyAction(Notification notification) { in getReplyAction() 268 final Notification notification = sbn.getNotification(); in assistantCallbacksShowNoUi() 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/Car/Notification/tests/robotests/src/com/android/car/notification/ |
| D | NotificationUtilsTest.java | 183 Notification notification = new Notification(); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType() local 197 Notification notification = new Notification(); in onGetNotificationViewType_notificationHasBigTextAndSummaryText_returnsInbox() local 208 Notification notification = new Notification(); in onGetNotificationViewType_unrecognizedTypeWithoutBigTextOrSummary_returnsBasic() local
|
| /packages/apps/Dialer/java/com/android/dialer/notification/ |
| D | NotificationThrottler.java | 60 @NonNull Context context, @NonNull Notification notification) { in throttle() 128 private static boolean isNotificationInGroup( in isNotificationInGroup()
|
| D | DialerNotificationManager.java | 41 public static void notify(@NonNull Context context, int id, @NonNull Notification notification) { in notify() 48 @NonNull Context context, @NonNull String tag, int id, @NonNull Notification notification) { in notify()
|
| /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
| D | DisconnectedCallNotifierTest.java | 92 Notification notification = captor.getValue(); in testNotificationShownAfterEmergencyCall() local 115 Notification notification = captor.getValue(); in testNotificationShownForDisconnectedEmergencyCall() local
|
| /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/ |
| D | TestNotificationManager.java | 39 void notify(String tag, int id, Notification notification) { in notify() 81 Notification notification = mNotifications.get(id).get(jobId); in hasNotification() local
|
| D | TestForegroundManager.java | 36 public void startForeground(int id, Notification notification) { in startForeground()
|
| /packages/apps/Contacts/src/com/android/contacts/vcard/ |
| D | ExportProcessor.java | 268 final Notification notification = in doProgressNotification() local 279 final Notification notification = in doCancelNotification() local 289 final Notification notification = in doFinishNotification() local 310 final Notification notification = in doFinishNotificationWithShareAction() local
|
| D | NotificationImportExportListener.java | 136 final Notification notification = in onImportFinished() local 155 final Notification notification = in onImportCanceled() local 184 final Notification notification = constructCancelNotification(mContext, description); in onCancelRequest() local
|
| /packages/apps/Car/Notification/src/com/android/car/notification/ |
| D | PreprocessingManager.java | 162 AlertEntry notification = optimizeForDriving(alertEntry); in updateNotifications() local 166 mOldNotifications.put(notification.getKey(), notification); in updateNotifications() local 171 mOldNotifications.put(notification.getKey(), notification); in updateNotifications() local 246 Notification notification = alertEntry.getNotification(); in isMediaOrNavigationNotification() local 325 Notification notification = alertEntry.getNotification(); in group() local 418 Notification notification = newNotification.getNotification(); in additionalGroup() local
|
| /packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/payloadhandlers/ |
| D | NotificationPayloadHandler.java | 81 Notification notification = getNotification(args); in getMessages() local 99 Notification notification = getNotification(args); in getAction() local
|
| /packages/apps/Calendar/src/com/android/calendar/alerts/ |
| D | NotificationMgr.java | 22 public abstract void notify(int id, NotificationWrapper notification); in notify()
|
| /packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
| D | AlarmNotifications.java | 168 final Notification notification = builder.build(); in showLowPriorityNotification() local 219 final Notification notification = builder.build(); in showHighPriorityNotification() local 411 final Notification notification = builder.build(); in showSnoozeNotification() local 464 final Notification notification = builder.build(); in showMissedNotification() local 473 NotificationCompat.Builder notification = new NotificationCompat.Builder( in showAlarmNotification() local
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/sim/ |
| D | SimSelectNotificationTest.java | 164 ArgumentCaptor<Notification> notification = ArgumentCaptor.forClass(Notification.class); in onReceiveEnableMms_notificationShouldSend() local 268 ArgumentCaptor<Notification> notification = ArgumentCaptor.forClass(Notification.class); in onReceivePrimarySubListChange_DualCdmaWarning_notificationShouldSend() local
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| D | BluetoothPermissionRequest.java | 169 Notification notification = new Notification.Builder(context, in onReceive() local 191 notification); in onReceive() local
|
| /packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
| D | BluetoothPermissionRequest.java | 169 Notification notification = new Notification.Builder(context, in onReceive() local 190 notification); in onReceive() local
|
| /packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
| D | MissedCallNotifier.java | 221 Notification notification = groupSummary.build(); in updateMissedCallNotification() local 391 Notification notification = builder.build(); in getNotificationForCall() local 490 private void configureLedOnNotification(Notification notification) { in configureLedOnNotification()
|
| /packages/apps/Car/Media/src/com/android/car/media/service/ |
| D | MediaConnectorService.java | 101 Notification notification = new NotificationCompat.Builder(this, NOTIFICATION_CHANNEL_ID) in onStartCommand() local
|
| /packages/apps/Car/Media/src/com/android/car/media/browse/ |
| D | BrowseAdapter.java | 217 private void notify(Consumer<Observer> notification) { in notify() 227 BrowseItemViewType viewType, Consumer<Observer> notification) { in addItem() 234 void addTitle(CharSequence title, Consumer<Observer> notification) { in addTitle()
|
| /packages/apps/DeskClock/src/com/android/deskclock/data/ |
| D | StopwatchModel.java | 236 final Notification notification = in updateNotification() local 239 mNotificationManager.notify(mNotificationModel.getStopwatchNotificationId(), notification); in updateNotification() local
|
| /packages/apps/Car/Notification/src/com/android/car/notification/template/ |
| D | CallNotificationViewHolder.java | 62 Notification notification = alertEntry.getNotification(); in bindBody() local
|
| /packages/services/Car/service/src/com/android/car/ |
| D | CanBusErrorNotifier.java | 89 Notification notification = in showNotification() local
|