Home
last modified time | relevance | path

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

/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DNotificationEntryTest.java121 assertTrue(entry.involvesPeople()); in testHasPerson()
130 assertFalse(entry.involvesPeople()); in testNotPerson()
139 assertTrue(entry.involvesPeople()); in testHasPerson_matchesDefaultSmsApp()
148 assertFalse(entry.involvesPeople()); in testHasPerson_doesntMatchDefaultSmsApp()
DNotificationCategorizerTest.java72 when(mEntry.involvesPeople()).thenReturn(true); in testPeopleCategory()
83 when(mEntry.involvesPeople()).thenReturn(true); in testMin()
/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationCategorizer.java90 if (entry.involvesPeople()) { in getCategory()
DNotificationEntry.java266 protected boolean involvesPeople() { in involvesPeople() method in NotificationEntry