Home
last modified time | relevance | path

Searched refs:imsConference (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/
DImsConferenceTest.java75 ImsConference imsConference = new ImsConference(mMockTelecomAccountRegistry, in testSinglePartyEmulation() local
92 imsConference.handleConferenceParticipantsUpdate(mConferenceHost, in testSinglePartyEmulation()
94 assertEquals(2, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
97 eq(imsConference)); in testSinglePartyEmulation()
100 imsConference.handleConferenceParticipantsUpdate(mConferenceHost, in testSinglePartyEmulation()
102 assertEquals(0, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
104 assertEquals(Call.Details.DIRECTION_OUTGOING, imsConference.getCallDirection()); in testSinglePartyEmulation()
108 imsConference.handleConferenceParticipantsUpdate(mConferenceHost, in testSinglePartyEmulation()
110 assertEquals(2, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
113 eq(imsConference)); in testSinglePartyEmulation()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DImsConferenceController.java320 ImsConference imsConference = (ImsConference) c; in recalculateConferenceable() local
323 if (imsConference.isFullConference()) { in recalculateConferenceable()
324 imsConference.setConferenceableConnections(Collections.<Connection>emptyList()); in recalculateConferenceable()
335 imsConference.setConferenceableConnections(connections); in recalculateConferenceable()
DTelephonyConnectionService.java1351 ImsConference imsConference = (ImsConference)conference; in onCreateConferenceComplete() local
1353 (TelephonyConnection)(imsConference.getConferenceHost()); in onCreateConferenceComplete()