Home
last modified time | relevance | path

Searched defs:notification (Results 76 – 100 of 394) sorted by relevance

12345678910>>...16

/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/
H A 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()
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DMtpNotificationManager.java103 final Notification notification = builder.build(); in showNotification() local
108 notification); in showNotification() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DNotificationImportExportListener.java136 final Notification notification = in onImportFinished() local
155 final Notification notification = in onImportCanceled() local
183 final Notification notification = constructCancelNotification(mContext, description); in onCancelRequest() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInlineImageResolver.java145 public void preloadImages(Notification notification) { in preloadImages()
170 private void retrieveWantedUriSet(Notification notification) { in retrieveWantedUriSet()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionRequest.java169 Notification notification = new Notification.Builder(context, in onReceive() local
192 notification); in onReceive() local
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationSignalExtractor.java41 public RankingReconsideration process(NotificationRecord notification); in process()
/aosp12/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java22 public abstract void notify(int id, NotificationWrapper notification); in notify()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationSignalExtractor.java41 public RankingReconsideration process(NotificationRecord notification); in process()
/aosp12/packages/apps/Car/Media/src/com/android/car/media/browse/
H A 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()
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java101 public void expandNotification(UiObject2 notification) { in expandNotification()
124 UiObject notification = getNotification(text); in clickOnNotification() local
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java101 public void expandNotification(UiObject2 notification) { in expandNotification()
124 UiObject notification = getNotification(text); in clickOnNotification() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationBigTextTemplateViewWrapper.java39 private void resolveViews(StatusBarNotification notification) { in resolveViews()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationBigTextTemplateViewWrapper.java39 private void resolveViews(StatusBarNotification notification) { in resolveViews()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationHeaderView.java121 Notification notification = alertEntry.getNotification(); in bind() local
225 final Notification notification = sbn.getNotification(); in loadHeaderAppName() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputControllerTest.java466 final Notification notification = mock(Notification.class); in getNotificationLargeIcon_withoutLargeIcon_returnsNull() local
485 final Notification notification = mock(Notification.class); in getNotificationLargeIcon_withPackageNameAndMediaSession_returnsIconCompat() local
505 final Notification notification = mock(Notification.class); in getNotificationLargeIcon_withPackageNameAndNoMediaSession_returnsNull() local
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java466 Notification notification = new Notification.Builder(mContext, "test") in testFreeformRemoteInputActionPair_noRemoteInput() local
490 Notification notification = new Notification.Builder(mContext, "test") in testFreeformRemoteInputActionPair_hasRemoteInput() local
507 Notification notification = new Notification.Builder(mContext, "test") in testFreeformRemoteInputActionPair_requestFreeform_noFreeformRemoteInput() local
538 Notification notification = new Notification.Builder(mContext, "test") in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
H A DTestForegroundManager.java36 public void startForeground(int id, Notification notification) { in startForeground()
/aosp14/frameworks/base/services/core/jni/gnss/
H A DGnssVisibilityControlCallback.h104 void GnssVisibilityControlCallbackUtil::nfwNotifyCb(const T& notification) { in nfwNotifyCb()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInlineImageResolver.java156 public void preloadImages(Notification notification) { in preloadImages()
181 private void retrieveWantedUriSet(Notification notification) { in retrieveWantedUriSet()
/aosp12/system/chre/chpp/services/
H A Dgnss.c500 struct ChppAppHeader *notification = in chppGnssServiceRequestStateResyncCallback() local
556 struct ChppGnssLocationEventWithHeader *notification = NULL; in chppGnssServiceLocationEventCallback() local
628 struct ChppGnssDataEventWithHeader *notification = NULL; in chppGnssServiceMeasurementEventCallback() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/receiver/
H A DSmsReceiver.java280 final Notification notification = bigTextStyle.build(); in postNewMessageSecondaryUserNotification() local
292 PendingIntentConstants.SMS_SECONDARY_USER_NOTIFICATION_ID, notification); in postNewMessageSecondaryUserNotification() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryTest.java297 Notification notification = new Notification.Builder(mContext, "test") in notificationDataEntry_testIsLastMessageFromReply() local
329 Notification notification = new Notification.Builder(mContext, "test") in notificationDataEntry_testIsLastMessageFromReply_invalidPerson_noCrash() local
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/sms/
H A DMessagingService.java58 Notification notification = new Notification.Builder(this, CHANNEL_ID) in sendServiceRunningNotification() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputControllerTest.java901 final Notification notification = mock(Notification.class); in getNotificationLargeIcon_withoutLargeIcon_returnsNull() local
919 final Notification notification = mock(Notification.class); in getNotificationLargeIcon_withPackageNameAndMediaSession_returnsIconCompat() local
938 final Notification notification = mock(Notification.class); in getNotificationLargeIcon_withPackageNameAndNoMediaSession_returnsNull() local
957 final Notification notification = mock(Notification.class); in getNotificationSmallIcon_withoutSmallIcon_returnsNull() local
975 final Notification notification = mock(Notification.class); in getNotificationSmallIcon_withPackageNameAndMediaSession_returnsIconCompat() local

12345678910>>...16