Home
last modified time | relevance | path

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

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