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.java86 ImsConference imsConference = new ImsConference(mMockTelecomAccountRegistry, in testPropertyPropagation() local
103 imsConference.handleConferenceParticipantsUpdate(mConferenceHost, in testPropertyPropagation()
105 assertEquals(2, imsConference.getNumberOfParticipants()); in testPropertyPropagation()
109 eq(imsConference)); in testPropertyPropagation()
128 ImsConference imsConference = new ImsConference(mMockTelecomAccountRegistry, in testSinglePartyEmulation() local
145 imsConference.handleConferenceParticipantsUpdate(mConferenceHost, in testSinglePartyEmulation()
147 assertEquals(2, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
150 eq(imsConference)); in testSinglePartyEmulation()
153 imsConference.handleConferenceParticipantsUpdate(mConferenceHost, in testSinglePartyEmulation()
155 assertEquals(0, imsConference.getNumberOfParticipants()); 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.java1346 ImsConference imsConference = (ImsConference)conference; in onCreateConferenceComplete() local
1348 (TelephonyConnection)(imsConference.getConferenceHost()); in onCreateConferenceComplete()