/packages/modules/ExtServices/tests/src/android/ext/services/notification/ |
D | SmartActionsHelperTest.java | 126 Notification notification = mNotificationBuilder.setContentText(MESSAGE).build(); in testSuggest_notMessageNotification() local 137 Notification notification = in testSuggest_noInlineReply() local 158 Notification notification = createMessageNotification(); in testSuggest_settingsOff() local 171 Notification notification = createMessageNotification(); in testSuggest_settings_repliesOnActionsOff() local 188 Notification notification = createMessageNotification(); in testSuggest_settings_repliesOffActionsOn() local 204 Notification notification = createMessageNotification(); in testSuggest_nonMessageStyleMessageNotification() local 232 Notification notification = in testSuggest_messageStyle() local 287 Notification notification = in testSuggest_lastMessageLocalUser() local 306 Notification notification = in testSuggest_messageStyle_noPerson() local 322 Notification notification = createMessageNotification(); in testOnSuggestedReplySent() local [all …]
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarNotificationViewAdapter.java | 216 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 222 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 228 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 240 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 252 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 258 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 264 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 270 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 277 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local 286 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder() local [all …]
|
D | NotificationDataManager.java | 78 void addNewMessageNotification(StatusBarNotification notification) { in addNewMessageNotification() 94 void untrackUnseenNotification(StatusBarNotification notification) { in untrackUnseenNotification() 133 public boolean isMessageNotificationMuted(StatusBarNotification notification) { in isMessageNotificationMuted()
|
D | PreprocessingManager.java | 164 StatusBarNotification notification = optimizeForDriving(sbn); in updateNotifications() local 168 mOldNotifications.put(notification.getKey(), notification); in updateNotifications() local 173 mOldNotifications.put(notification.getKey(), notification); in updateNotifications() local 245 Notification notification = statusBarNotification.getNotification(); in isMediaOrNavigationNotification() local 272 StatusBarNotification optimizeForDriving(StatusBarNotification notification) { in optimizeForDriving() 325 Notification notification = statusBarNotification.getNotification(); in group() local 412 Notification notification = newNotification.getNotification(); in additionalGroup() 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 | 205 public static List<NotificationCompat.Action> getAllActions(Notification notification) { in getAllActions() 219 public static NotificationCompat.Action getMarkAsReadAction(Notification notification) { in getMarkAsReadAction() 234 private static NotificationCompat.Action getReplyAction(Notification notification) { in getReplyAction() 259 final Notification notification = sbn.getNotification(); in assistantCallbacksShowNoUi() 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/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/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/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/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 309 final Notification notification = in doFinishNotificationWithShareAction() local
|
D | NotificationImportExportListener.java | 134 final Notification notification = in onImportFinished() local 153 final Notification notification = in onImportCanceled() local 182 final Notification notification = constructCancelNotification(mContext, description); in onCancelRequest() 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/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/util/ |
D | ThreadSafeCallbacks.java | 56 public void invoke(Consumer<T> notification) { in invoke()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.java | 143 final Notification notification = builder.build(); in showUpcomingNotification() local 309 final Notification notification = builder.build(); in showSnoozeNotification() local 356 final Notification notification = builder.build(); in showMissedNotification() local 365 NotificationCompat.Builder notification = new NotificationCompat.Builder( in showAlarmNotification() 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/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 | 98 Notification notification = new NotificationCompat.Builder(this, NOTIFICATION_CHANNEL_ID) in onStartCommand() local
|
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | Utils.java | 48 ConversationNotification notification) { in getLatestMessage() 80 public static boolean isValidConversationNotification(ConversationNotification notification, in isValidConversationNotification()
|