Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DImsConferenceTest.java91 ConferenceParticipant participant2 = new ConferenceParticipant( in testSinglePartyEmulation() local
98 Arrays.asList(participant1, participant2)); in testSinglePartyEmulation()
114 Arrays.asList(participant1, participant2)); in testSinglePartyEmulation()
153 ConferenceParticipant participant2 = new ConferenceParticipant( in testSinglePartyEmulationWithPreDisconnectParticipantUpdate() local
160 Arrays.asList(participant1, participant2)); in testSinglePartyEmulationWithPreDisconnectParticipantUpdate()
201 ConferenceParticipant participant2 = new ConferenceParticipant( in testNoSinglePartyEmulationWithSimCallManager() local
208 Arrays.asList(participant1, participant2)); in testNoSinglePartyEmulationWithSimCallManager()
218 Arrays.asList(participant1, participant2)); in testNoSinglePartyEmulationWithSimCallManager()
238 ConferenceParticipant participant2 = new ConferenceParticipant( in testNormalConference() local
245 Arrays.asList(participant1, participant2)); in testNormalConference()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
DConversationParticipantsDataTest.java34 final ParticipantData participant2 = data.getParticipantById("2"); in testBindParticipants() local
35 assertNotNull(participant2); in testBindParticipants()
36 assertEquals(participant2.getFirstName(), testCursor.getAt( in testBindParticipants()
38 assertEquals(participant2.getSendDestination(), testCursor.getAt( in testBindParticipants()