Searched refs:verifyParticipant (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/ |
H A D | ParticipantRefreshTest.java | 103 private void verifyParticipant(final String normalizedDestination, final long contactId, in verifyParticipant() method in ParticipantRefreshTest 159 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testIncrementalRefreshNotResolvedSingleMatch() 174 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testIncrementalRefreshNotResolvedMultiMatch() 187 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testIncrementalRefreshResolvedSingleMatch() 200 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshResolvedSingleMatch() 214 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testIncrementalRefreshNotFound() 228 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshNotFound() 242 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshResolvedMultiMatch1() 256 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshResolvedMultiMatch2() 270 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshResolvedMultiMatch3() [all …]
|