Searched refs:getNotificationStyle (Results 1 – 9 of 9) sorted by relevance
110 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()
85 entry.getNotificationStyle()/* notificationStyle */); in addRemoteInput()115 entry.getNotificationStyle()/* notificationStyle */); in removeRemoteInput()129 entry.getNotificationStyle()/* notificationStyle */); in removeRemoteInput()138 entry.getNotificationStyle()/* notificationStyle */); in removeRemoteInput()
162 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()
1071 public String getNotificationStyle() { in getNotificationStyle() method in NotificationEntry1077 getSbn().getNotification().getNotificationStyle(); in getNotificationStyle()
1360 final Class<? extends Notification.Style> style = underlyingNotif.getNotificationStyle(); in extractFlyoutMessage()
3281 final Class<? extends Style> notificationStyle = getNotificationStyle(); in hasPromotableStyle()8057 public Class<? extends Notification.Style> getNotificationStyle() { in getNotificationStyle() method in Builder8124 Class<? extends Style> style = getNotificationStyle(); in isMediaNotification()
2464 return traceTag + "(" + getEntryLegacy().getNotificationStyle() + ")";
2367 HSPLandroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;
7931 Landroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;