Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java85 entry.getNotificationStyle()/* notificationStyle */); in addRemoteInput()
115 entry.getNotificationStyle()/* notificationStyle */); in removeRemoteInput()
129 entry.getNotificationStyle()/* notificationStyle */); in removeRemoteInput()
138 entry.getNotificationStyle()/* notificationStyle */); in removeRemoteInput()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java162 assertSame(captured.getNotificationStyle(), Notification.BigTextStyle.class); in testBigText()
177 assertSame(captured.getNotificationStyle(), Notification.BigPictureStyle.class); in testBigPicture()
201 assertSame(captured.getNotificationStyle(), Notification.InboxStyle.class); in testInbox()
249 assertSame(Notification.MessagingStyle.class, captured.getNotificationStyle()); in testMessaging()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java1017 public String getNotificationStyle() { in getNotificationStyle() method in NotificationEntry
1023 getSbn().getNotification().getNotificationStyle(); in getNotificationStyle()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java1056 final Class<? extends Notification.Style> style = underlyingNotif.getNotificationStyle(); in extractFlyoutMessage()
/frameworks/base/core/java/android/app/
DNotification.java7531 Class<? extends Style> style = getNotificationStyle(); in reduceImageSizes()
7650 public Class<? extends Notification.Style> getNotificationStyle() { in getNotificationStyle() method in Notification.Builder
7696 Class<? extends Style> style = getNotificationStyle(); in isMediaNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2052 return traceTag + "(" + getEntry().getNotificationStyle() + ")";
/frameworks/base/boot/
Dboot-image-profile.txt2280 HSPLandroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;
/frameworks/base/config/
Dboot-image-profile.txt2280 HSPLandroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7931 Landroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;