Home
last modified time | relevance | path

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

1234

/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/common/
DNotificationHelperTest.java55 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/
DBundleBuilder.java42 static Bundle buildAssistantReadBundle(StatusBarNotification notification) { in buildAssistantReadBundle()
56 static Bundle buildAssistantReplyBundle(StatusBarNotification notification) { in buildAssistantReplyBundle()
DCarAssistUtils.java214 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/
DSmsStorageStatusManager.java80 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/
DNotificationUtilsTest.java183 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/
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/services/Telecomm/tests/src/com/android/server/telecom/tests/
DDisconnectedCallNotifierTest.java92 Notification notification = captor.getValue(); in testNotificationShownAfterEmergencyCall() local
115 Notification notification = captor.getValue(); in testNotificationShownForDisconnectedEmergencyCall() local
/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/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java162 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/
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/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java168 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/
DSimSelectNotificationTest.java164 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/
DBluetoothPermissionRequest.java169 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/
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/Car/Media/src/com/android/car/media/service/
DMediaConnectorService.java101 Notification notification = new NotificationCompat.Builder(this, NOTIFICATION_CHANNEL_ID) in onStartCommand() local
/packages/apps/Car/Media/src/com/android/car/media/browse/
DBrowseAdapter.java217 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/
DStopwatchModel.java236 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/
DCallNotificationViewHolder.java62 Notification notification = alertEntry.getNotification(); in bindBody() local
/packages/services/Car/service/src/com/android/car/
DCanBusErrorNotifier.java89 Notification notification = in showNotification() local

1234