Searched refs:getNotificationStyle (Results 1 – 10 of 10) 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()
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()
1017 public String getNotificationStyle() { in getNotificationStyle() method in NotificationEntry1023 getSbn().getNotification().getNotificationStyle(); in getNotificationStyle()
1056 final Class<? extends Notification.Style> style = underlyingNotif.getNotificationStyle(); in extractFlyoutMessage()
7531 Class<? extends Style> style = getNotificationStyle(); in reduceImageSizes()7650 public Class<? extends Notification.Style> getNotificationStyle() { in getNotificationStyle() method in Notification.Builder7696 Class<? extends Style> style = getNotificationStyle(); in isMediaNotification()
2052 return traceTag + "(" + getEntry().getNotificationStyle() + ")";
2280 HSPLandroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;
7931 Landroid/app/Notification;->getNotificationStyle()Ljava/lang/Class;