Home
last modified time | relevance | path

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

/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DSmartActionsHelperTest.java247 .hasPerson(ConversationActions.Message.PERSON_USER_SELF); in testSuggest_messageStyle()
254 .hasPerson(ConversationActions.Message.PERSON_USER_SELF); in testSuggest_messageStyle()
260 MessageSubject.assertThat(thirdMessage).hasPerson(userA); in testSuggest_messageStyle()
266 MessageSubject.assertThat(fourthMessage).hasPerson(userB); in testSuggest_messageStyle()
529 private void hasPerson(Person person) { in hasPerson() method in SmartActionsHelperTest.MessageSubject
/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationEntry.java250 private boolean hasPerson() { in hasPerson() method in NotificationEntry
269 || hasPerson() in involvesPeople()