Searched refs:isStyle (Results 1 – 17 of 17) sorted by relevance
84 && notification.isStyle(Notification.CallStyle.class); in isCall()
96 return sbn.getNotification().isStyle(Notification.MessagingStyle.class); in hasMessagingStyle()
157 return entry.getSbn().getNotification().isStyle(Notification.MessagingStyle.class); in isMessagingStyle()
84 && !record.getNotification().isStyle(Notification.CallStyle.class) in process()
206 return record.getNotification().isStyle(Notification.CallStyle.class); in isCallStyle()
1563 notification.isStyle(Notification.DecoratedCustomViewStyle.class) in hasUndecoratedRemoteView()1564 || notification.isStyle(Notification.DecoratedMediaCustomViewStyle.class); in hasUndecoratedRemoteView()1604 if (!notification.isStyle(Notification.MessagingStyle.class)) { in isConversation()1615 && notification.isStyle(Notification.MessagingStyle.class) in isConversation()
4884 if (r.getNotification().isStyle(Notification.CallStyle.class)7206 final boolean isBigPicture = n.isStyle(Notification.BigPictureStyle.class);7705 if (notification.isStyle(Notification.CallStyle.class)) {7715 if (notification.isStyle(Notification.MediaStyle.class)7716 || notification.isStyle(Notification.DecoratedMediaCustomViewStyle.class)) {7766 || notification.isStyle(Notification.CallStyle.class)8069 if (n.isStyle(Notification.CallStyle.class)) {8121 if (n.isStyle(Notification.CallStyle.class)) {8673 && notification.isStyle(Notification.CallStyle.class);12042 if (oldNotif.isStyle(MessagingStyle.class)) {[all …]
1548 if (record.getNotification().isStyle(Notification.CallStyle.class)) { in isAvalancheExemptedFullVolume()
201 if (notification.isStyle(Notification.MessagingStyle.class) in getMessagingStyleMessages()
81 if (row.getEntry().getSbn().getNotification().isStyle( in wrap()
198 && n.isStyle(Notification.BigPictureStyle.class)) { in getRightIcon()
443 return entry.sbn.notification.isStyle(Notification.CallStyle::class.java) in isCallNotification()
329 if (entry.sbn.notification.isStyle(Notification.CallStyle::class.java)) { in shouldSuppress()
427 entry.sbn.notification.isStyle(MessagingStyle::class.java) && in <lambda>()
229 mIsSystemRegisteredCall = mSbn.getNotification().isStyle(Notification.CallStyle.class) in bindNotification()
717 boolean isIncomingCall = n.isStyle(Notification.CallStyle.class) && n.extras.getInt( in isCriticalCallNotif()
7663 public boolean isStyle(@NonNull Class<? extends Style> styleClass) { in isStyle() method in Notification.Builder7777 if (isStyle(MessagingStyle.class) && extras != null) { in hasImage()