Searched refs:getNotificationStyle (Results 1 – 8 of 8) sorted by relevance
94 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()
163 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()
1010 final Class<? extends Notification.Style> style = underlyingNotif.getNotificationStyle(); in extractFlyoutMessage()
6875 Class<? extends Style> style = getNotificationStyle(); in reduceImageSizes()6994 public Class<? extends Notification.Style> getNotificationStyle() { in getNotificationStyle() method in Notification.Builder7040 Class<? extends Style> style = getNotificationStyle(); in isMediaNotification()
1901 getEntry().getSbn().getNotification().getNotificationStyle();
2305 HSPLandroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;
7931 Landroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;