Searched refs:participant2 (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | ImsConferenceTest.java | 101 ConferenceParticipant participant2 = new ConferenceParticipant( in testPropertyPropagation() local 108 Arrays.asList(participant1, participant2)); in testPropertyPropagation() 150 ConferenceParticipant participant2 = new ConferenceParticipant( in testNotifyOnConferenceCapacityChanged() local 164 Arrays.asList(participant1, participant2)); in testNotifyOnConferenceCapacityChanged() 195 ConferenceParticipant participant2 = new ConferenceParticipant( in testSinglePartyEmulation() local 202 Arrays.asList(participant1, participant2)); in testSinglePartyEmulation() 218 Arrays.asList(participant1, participant2)); in testSinglePartyEmulation() 246 ConferenceParticipant participant2 = new ConferenceParticipant( in testDisconnectParticipantViaDisconnectState() local 260 Arrays.asList(participant1, participant2, participant3)); in testDisconnectParticipantViaDisconnectState() 275 Arrays.asList(participant1, participant2, participant3Disconnected)); in testDisconnectParticipantViaDisconnectState() [all …]
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/ |
D | ConversationParticipantsDataTest.java | 32 final ParticipantData participant2 = data.getParticipantById("2"); in testBindParticipants() local 33 assertNotNull(participant2); in testBindParticipants() 34 assertEquals(participant2.getFirstName(), testCursor.getAt( in testBindParticipants() 36 assertEquals(participant2.getSendDestination(), testCursor.getAt( in testBindParticipants()
|