Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleTest.java110 doReturn(Notification.Style.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_default()
118 doReturn(Notification.BigTextStyle.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_bigText()
128 doReturn(Notification.MediaStyle.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_media()
136 doReturn(Notification.InboxStyle.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_inboxStyle()
152 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.java1071 public String getNotificationStyle() { in getNotificationStyle() method in NotificationEntry
1077 getSbn().getNotification().getNotificationStyle(); in getNotificationStyle()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java1360 final Class<? extends Notification.Style> style = underlyingNotif.getNotificationStyle(); in extractFlyoutMessage()
/frameworks/base/core/java/android/app/
DNotification.java3281 final Class<? extends Style> notificationStyle = getNotificationStyle(); in hasPromotableStyle()
8057 public Class<? extends Notification.Style> getNotificationStyle() { in getNotificationStyle() method in Builder
8124 Class<? extends Style> style = getNotificationStyle(); in isMediaNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2464 return traceTag + "(" + getEntryLegacy().getNotificationStyle() + ")";
/frameworks/base/boot/
Dboot-image-profile.txt2367 HSPLandroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7931 Landroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;