Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DImsConferenceTest.java105 assertEquals(2, imsConference.getNumberOfParticipants()); in testPropertyPropagation()
147 assertEquals(2, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
155 assertEquals(0, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
163 assertEquals(2, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
205 assertEquals(3, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaDisconnectState()
220 assertEquals(2, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaDisconnectState()
227 assertEquals(2, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaDisconnectState()
269 assertEquals(3, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaRemoval()
278 assertEquals(2, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaRemoval()
320 assertEquals(2, imsConference.getNumberOfParticipants()); in testSinglePartyEmulationEnterOnDisconnectParticipant()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java1557 public int getNumberOfParticipants() { in getNumberOfParticipants() method in ImsConference
1567 && getNumberOfParticipants() >= mCarrierConfig.getMaximumConferenceSize(); in isFullConference()