Searched refs:hasStyle (Results 1 – 2 of 2) sorted by relevance
158 assertTrue(entry.hasStyle(Notification.InboxStyle.class)); in testIsInboxStyle()170 assertTrue(entry.hasStyle(Notification.MessagingStyle.class)); in testIsMessagingStyle()182 assertFalse(entry.hasStyle(Notification.InboxStyle.class)); in testIsNotPersonStyle()183 assertFalse(entry.hasStyle(Notification.MessagingStyle.class)); in testIsNotPersonStyle()
248 protected boolean hasStyle(Class targetStyle) { in hasStyle() method in NotificationEntry259 || hasStyle(Notification.InboxStyle.class) in involvesPeople()275 || hasStyle(Notification.MessagingStyle.class); in isMessaging()