Searched refs:isStyle (Results 1 – 13 of 13) sorted by relevance
78 && notification.isStyle(Notification.CallStyle.class);
96 return sbn.getNotification().isStyle(Notification.MessagingStyle.class); in hasMessagingStyle()
157 return entry.getSbn().getNotification().isStyle(Notification.MessagingStyle.class); in isMessagingStyle()
206 return record.getNotification().isStyle(Notification.CallStyle.class); in isCallStyle()
1508 notification.isStyle(Notification.DecoratedCustomViewStyle.class) in hasUndecoratedRemoteView()1509 || notification.isStyle(Notification.DecoratedMediaCustomViewStyle.class); in hasUndecoratedRemoteView()1549 if (!notification.isStyle(Notification.MessagingStyle.class)) { in isConversation()1560 && notification.isStyle(Notification.MessagingStyle.class) in isConversation()
7044 if (notification.isStyle(Notification.CallStyle.class)) {7054 if (notification.isStyle(Notification.MediaStyle.class)7055 || notification.isStyle(Notification.DecoratedMediaCustomViewStyle.class)) {7093 || notification.isStyle(Notification.CallStyle.class)7369 if (n.isStyle(Notification.CallStyle.class)) {7414 if (n.isStyle(Notification.CallStyle.class)) {7944 && notification.isStyle(Notification.CallStyle.class);
201 if (notification.isStyle(Notification.MessagingStyle.class) in getMessagingStyleMessages()
397 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()
437 boolean isIncomingCall = n.isStyle(Notification.CallStyle.class) && n.extras.getInt( in isCriticalCallNotif()
234 mIsSystemRegisteredCall = mSbn.getNotification().isStyle(Notification.CallStyle.class) in bindNotification()
7007 public boolean isStyle(@NonNull Class<? extends Style> styleClass) { in isStyle() method in Notification.Builder7099 if (isStyle(MessagingStyle.class) && extras != null) { in hasImage()