Home
last modified time | relevance | path

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

1234

/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DSmartActionsHelperTest.java124 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/
DCarNotificationViewAdapter.java212 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 …]
DPreprocessingManager.java129 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
DNotificationDataManager.java78 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/
DBundleBuilder.java41 static Bundle buildAssistantReadBundle(StatusBarNotification notification) { in buildAssistantReadBundle()
55 static Bundle buildAssistantReplyBundle(StatusBarNotification notification) { in buildAssistantReplyBundle()
DCarAssistUtils.java204 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/
DSmsStorageStatusManager.java80 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/
DNotificationHelperTest.java72 StatusBarNotification notification = notifications[0]; in testShowResumeNotification() local
89 StatusBarNotification notification = notifications[0]; in testShowPrivacyReminderNotification() local
/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationThrottler.java60 @NonNull Context context, @NonNull Notification notification) { in throttle()
128 private static boolean isNotificationInGroup( in isNotificationInGroup()
DDialerNotificationManager.java41 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/
DTestNotificationManager.java39 void notify(String tag, int id, Notification notification) { in notify()
81 Notification notification = mNotifications.get(id).get(jobId); in hasNotification() local
DTestForegroundManager.java36 public void startForeground(int id, Notification notification) { in startForeground()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DExportProcessor.java268 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
DNotificationImportExportListener.java136 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/
DAlarmNotifications.java129 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/
DSimSelectNotificationTest.java158 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/
DNotificationPayloadHandler.java81 Notification notification = getNotification(args); in getMessages() local
99 Notification notification = getNotification(args); in getAction() local
/packages/apps/Calendar/src/com/android/calendar/alerts/
DNotificationMgr.java22 public abstract void notify(int id, NotificationWrapper notification); in notify()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPermissionRequest.java169 Notification notification = new Notification.Builder(context, in onReceive() local
190 notification); in onReceive() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java169 Notification notification = new Notification.Builder(context, in onReceive() local
190 notification); in onReceive() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotifier.java221 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/
DStopwatchModel.java233 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/
DNavigationNotificationViewHolder.java62 Notification notification = statusBarNotification.getNotification(); in bindBody() local
DBasicNotificationViewHolder.java62 Notification notification = statusBarNotification.getNotification(); in bindBody() local
DInboxNotificationViewHolder.java62 Notification notification = statusBarNotification.getNotification(); in bindBody() local

1234