Searched refs:addParticipant (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/ |
D | ParticipantRefreshTest.java | 82 private void addParticipant(final String normalizedDestination, final long contactId, in addParticipant() method in ParticipantRefreshTest 153 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED, in testIncrementalRefreshNotResolvedSingleMatch() 167 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED, in testIncrementalRefreshNotResolvedMultiMatch() 182 addParticipant("650-123-1233", 1, "Joh", "content://photo/joh"); in testIncrementalRefreshResolvedSingleMatch() 195 addParticipant("650-123-1233", 1, "Joh", "content://photo/joh"); in testFullRefreshResolvedSingleMatch() 208 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND, in testIncrementalRefreshNotFound() 222 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND, in testFullRefreshNotFound() 236 addParticipant("650-123-1233", 1, "Joh", "content://photo/joh"); in testFullRefreshResolvedMultiMatch1() 250 addParticipant("650-123-1233", 2, "Joh", "content://photo/joh"); in testFullRefreshResolvedMultiMatch2() 264 addParticipant("650-123-1233", 3, "Joh", "content://photo/joh"); in testFullRefreshResolvedMultiMatch3() [all …]
|