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.java107 assertEquals(2, imsConference.getNumberOfParticipants()); in testPropertyPropagation()
149 assertEquals(2, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
157 assertEquals(0, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
165 assertEquals(2, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
207 assertEquals(3, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaDisconnectState()
222 assertEquals(2, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaDisconnectState()
229 assertEquals(2, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaDisconnectState()
271 assertEquals(3, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaRemoval()
280 assertEquals(2, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaRemoval()
322 assertEquals(2, imsConference.getNumberOfParticipants()); in testSinglePartyEmulationEnterOnDisconnectParticipant()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java1599 public int getNumberOfParticipants() { in getNumberOfParticipants() method in ImsConference
1609 && getNumberOfParticipants() >= mCarrierConfig.getMaximumConferenceSize(); in isFullConference()