Searched refs:verifyParticipant (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/ |
D | ParticipantRefreshTest.java | 104 private void verifyParticipant(final String normalizedDestination, final long contactId, in verifyParticipant() method in ParticipantRefreshTest 160 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testIncrementalRefreshNotResolvedSingleMatch() 175 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testIncrementalRefreshNotResolvedMultiMatch() 188 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testIncrementalRefreshResolvedSingleMatch() 201 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshResolvedSingleMatch() 215 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testIncrementalRefreshNotFound() 229 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshNotFound() 243 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshResolvedMultiMatch1() 257 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshResolvedMultiMatch2() 271 verifyParticipant("650-123-1233", 1, "John", "content://photo/john"); in testFullRefreshResolvedMultiMatch3() [all …]
|