Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationEntryTest.java119 assertTrue(entry.involvesPeople()); in testHasPerson()
128 assertFalse(entry.involvesPeople()); in testNotPerson()
137 assertTrue(entry.involvesPeople()); in testHasPerson_matchesDefaultSmsApp()
146 assertFalse(entry.involvesPeople()); in testHasPerson_doesntMatchDefaultSmsApp()
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationEntry.java257 protected boolean involvesPeople() { in involvesPeople() method in NotificationEntry