Searched refs:involvesPeople (Results 1 – 4 of 4) sorted by relevance
121 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()
72 when(mEntry.involvesPeople()).thenReturn(true); in testPeopleCategory()83 when(mEntry.involvesPeople()).thenReturn(true); in testMin()
90 if (entry.involvesPeople()) { in getCategory()
266 protected boolean involvesPeople() { in involvesPeople() method in NotificationEntry