/packages/modules/ExtServices/tests/src/android/ext/services/notification/ |
D | SmartActionsHelperTest.java | 124 Notification notification = mNotificationBuilder.setContentText(MESSAGE).build(); in testSuggest_notMessageNotification() local 135 Notification notification = in testSuggest_noInlineReply() local 156 Notification notification = createMessageNotification(); in testSuggest_settingsOff() local 169 Notification notification = createMessageNotification(); in testSuggest_settings_repliesOnActionsOff() local 186 Notification notification = createMessageNotification(); in testSuggest_settings_repliesOffActionsOn() local 202 Notification notification = createMessageNotification(); in testSuggest_nonMessageStyleMessageNotification() local 230 Notification notification = in testSuggest_messageStyle() local 285 Notification notification = in testSuggest_lastMessageLocalUser() local 304 Notification notification = in testSuggest_messageStyle_noPerson() local 320 Notification notification = createMessageNotification(); in testOnSuggestedReplySent() local [all …]
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarNotificationViewAdapter.java | 212 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 218 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 224 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 236 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 248 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 254 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 260 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 266 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 273 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 282 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local [all …]
|
D | PreprocessingManager.java | 129 StatusBarNotification notification = optimizeForDriving(sbn); in updateNotifications() local 133 mOldNotifications.put(notification.getKey(), notification); in updateNotifications() local 138 mOldNotifications.put(notification.getKey(), notification); in updateNotifications() local 198 Notification notification = statusBarNotification.getNotification(); in isMediaOrNavigationNotification() local 225 StatusBarNotification optimizeForDriving(StatusBarNotification notification) { in optimizeForDriving() 278 Notification notification = statusBarNotification.getNotification(); in group() local 365 Notification notification = newNotification.getNotification(); in additionalGroup() local
|
D | NotificationDataManager.java | 78 void addNewMessageNotification(StatusBarNotification notification) { in addNewMessageNotification() 116 public boolean isMessageNotificationMuted(StatusBarNotification notification) { in isMessageNotificationMuted()
|
/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/ |
D | BundleBuilder.java | 41 static Bundle buildAssistantReadBundle(StatusBarNotification notification) { in buildAssistantReadBundle() 55 static Bundle buildAssistantReplyBundle(StatusBarNotification notification) { in buildAssistantReplyBundle()
|
D | CarAssistUtils.java | 204 public static List<NotificationCompat.Action> getAllActions(Notification notification) { in getAllActions() 218 public static NotificationCompat.Action getMarkAsReadAction(Notification notification) { in getMarkAsReadAction() 243 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/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/ |
D | NotificationHelperTest.java | 72 StatusBarNotification notification = notifications[0]; in testShowResumeNotification() local 89 StatusBarNotification notification = notifications[0]; in testShowPrivacyReminderNotification() 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/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/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.java | 129 final Notification notification = builder.build(); in showLowPriorityNotification() local 170 final Notification notification = builder.build(); in showHighPriorityNotification() local 333 final Notification notification = builder.build(); in showSnoozeNotification() local 378 final Notification notification = builder.build(); in showMissedNotification() local 387 NotificationCompat.Builder notification = new NotificationCompat.Builder(service) in showAlarmNotification() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/ |
D | SimSelectNotificationTest.java | 158 ArgumentCaptor<Notification> notification = ArgumentCaptor.forClass(Notification.class); in onReceiveEnableMms_notificationShouldSend() local 218 ArgumentCaptor<Notification> notification = ArgumentCaptor.forClass(Notification.class); in onReceivePrimarySubListChange_DualCdmaWarning_notificationShouldSend() 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/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/Settings/src/com/android/settings/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/DeskClock/src/com/android/deskclock/data/ |
D | StopwatchModel.java | 233 final Notification notification = in updateNotification() local 235 mNotificationManager.notify(mNotificationModel.getStopwatchNotificationId(), notification); in updateNotification() local
|
/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
D | NavigationNotificationViewHolder.java | 62 Notification notification = statusBarNotification.getNotification(); in bindBody() local
|
D | BasicNotificationViewHolder.java | 62 Notification notification = statusBarNotification.getNotification(); in bindBody() local
|
D | InboxNotificationViewHolder.java | 62 Notification notification = statusBarNotification.getNotification(); in bindBody() local
|