Searched refs:isStyle (Results 1 – 12 of 12) sorted by relevance
108 return entry.getSbn().getNotification().isStyle(Notification.MessagingStyle.class); in isMessagingStyle()
89 return sbn.getNotification().isStyle(Notification.MessagingStyle.class); in hasMessagingStyle()
191 return record.getNotification().isStyle(Notification.CallStyle.class); in isCallStyle()
1422 notification.isStyle(Notification.DecoratedCustomViewStyle.class) in hasUndecoratedRemoteView()1423 || notification.isStyle(Notification.DecoratedMediaCustomViewStyle.class); in hasUndecoratedRemoteView()1463 if (!notification.isStyle(Notification.MessagingStyle.class)) { in isConversation()1474 && notification.isStyle(Notification.MessagingStyle.class) in isConversation()
6293 if (notification.isStyle(Notification.CallStyle.class)) {6534 if (n.isStyle(Notification.CallStyle.class)) {
201 if (notification.isStyle(Notification.MessagingStyle.class) in getMessagingStyleMessages()
223 sbn.notification.isStyle(Notification.CallStyle::class.java) && importance > IMPORTANCE_MIN
374 return entry.sbn.notification.isStyle(Notification.CallStyle::class.java)
76 if (row.getEntry().getSbn().getNotification().isStyle( in wrap()
189 && n.isStyle(Notification.BigPictureStyle.class)) { in getRightIcon()
399 boolean isIncomingCall = n.isStyle(Notification.CallStyle.class) && n.extras.getInt( in isCriticalCallNotif()
2812 if (isStyle(MessagingStyle.class) && extras != null) { in visitUris()6833 public boolean isStyle(@NonNull Class<? extends Style> styleClass) { in isStyle() method in Notification.Builder6908 if (isStyle(MessagingStyle.class) && extras != null) { in hasImage()