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.java109 assertEquals(2, imsConference.getNumberOfParticipants()); in testPropertyPropagation()
203 assertEquals(2, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
211 assertEquals(0, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
219 assertEquals(2, imsConference.getNumberOfParticipants()); in testSinglePartyEmulation()
261 assertEquals(3, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaDisconnectState()
276 assertEquals(2, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaDisconnectState()
283 assertEquals(2, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaDisconnectState()
325 assertEquals(3, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaRemoval()
334 assertEquals(2, imsConference.getNumberOfParticipants()); in testDisconnectParticipantViaRemoval()
376 assertEquals(2, imsConference.getNumberOfParticipants()); in testSinglePartyEmulationEnterOnDisconnectParticipant()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java1650 public int getNumberOfParticipants() { in getNumberOfParticipants() method in ImsConference
1660 && getNumberOfParticipants() >= mCarrierConfig.getMaximumConferenceSize(); in isFullConference()