Home
last modified time | relevance | path

Searched refs:hasStyle (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationEntryTest.java158 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()
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationEntry.java248 protected boolean hasStyle(Class targetStyle) { in hasStyle() method in NotificationEntry
259 || hasStyle(Notification.InboxStyle.class) in involvesPeople()
275 || hasStyle(Notification.MessagingStyle.class); in isMessaging()