Home
last modified time | relevance | path

Searched refs:getNotificationStyle (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleTest.java94 doReturn(Notification.Style.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_default()
102 doReturn(Notification.BigTextStyle.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_bigText()
112 doReturn(Notification.MediaStyle.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_media()
120 doReturn(Notification.InboxStyle.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_inboxStyle()
136 doReturn(Notification.MessagingStyle.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_messagingStyle()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationShellCmdTest.java163 assertSame(captured.getNotificationStyle(), Notification.BigTextStyle.class); in testBigText()
178 assertSame(captured.getNotificationStyle(), Notification.BigPictureStyle.class); in testBigPicture()
202 assertSame(captured.getNotificationStyle(), Notification.InboxStyle.class); in testInbox()
250 assertSame(Notification.MessagingStyle.class, captured.getNotificationStyle()); in testMessaging()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java1010 final Class<? extends Notification.Style> style = underlyingNotif.getNotificationStyle(); in extractFlyoutMessage()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java6875 Class<? extends Style> style = getNotificationStyle(); in reduceImageSizes()
6994 public Class<? extends Notification.Style> getNotificationStyle() { in getNotificationStyle() method in Notification.Builder
7040 Class<? extends Style> style = getNotificationStyle(); in isMediaNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java1901 getEntry().getSbn().getNotification().getNotificationStyle();
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2305 HSPLandroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt2305 HSPLandroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7931 Landroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;