Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DParticipantRefreshTest.java98 private void verifyParticipant(final String normalizedDestination, final long contactId, in verifyParticipant() method in ParticipantRefreshTest
154 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testIncrementalRefreshNotResolvedSingleMatch()
169 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testIncrementalRefreshNotResolvedMultiMatch()
182 verifyParticipant("650-123-1233", 1, "Joh", "content://photo/joh"); in testIncrementalRefreshResolvedSingleMatch()
195 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshResolvedSingleMatch()
209 verifyParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND, in testIncrementalRefreshNotFound()
224 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshNotFound()
238 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshResolvedMultiMatch1()
252 verifyParticipant("650-123-1233", 2, "Joe", "content://photo/joe"); in testFullRefreshResolvedMultiMatch2()
266 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshResolvedMultiMatch3()
[all …]