Searched refs:hasStyle (Results 1 – 2 of 2) sorted by relevance
160 assertTrue(entry.hasStyle(Notification.InboxStyle.class)); in testIsInboxStyle()172 assertTrue(entry.hasStyle(Notification.MessagingStyle.class)); in testIsMessagingStyle()184 assertFalse(entry.hasStyle(Notification.InboxStyle.class)); in testIsNotPersonStyle()185 assertFalse(entry.hasStyle(Notification.MessagingStyle.class)); in testIsNotPersonStyle()
257 protected boolean hasStyle(Class targetStyle) { in hasStyle() method in NotificationEntry268 || hasStyle(Notification.InboxStyle.class) in involvesPeople()284 || hasStyle(Notification.MessagingStyle.class); in isMessaging()