Searched refs:getAllConnections (Results 1 – 12 of 12) sorted by relevance
70 SimulatorConnectionService.getInstance().getAllConnections(); in mergeAllConnections()81 SimulatorConnectionService.getInstance().getAllConnections(); in disconnectAllConnections()
230 for (Connection connection : SimulatorConnectionService.getInstance().getAllConnections()) { in findConnectionByTag()
132 when(mMockTelephonyConnectionServiceProxy.getAllConnections()).thenReturn(listConnections); in testSrvccConferenceConnection()183 when(mMockTelephonyConnectionServiceProxy.getAllConnections()) in testMergeMultiPartyCalls()
1718 assertEquals(1, mTestConnectionService.getAllConnections().size()); in testIncomingDoesntRequestDisconnect()1722 mTestConnectionService.getAllConnections().toArray()[0]; in testIncomingDoesntRequestDisconnect()1748 assertEquals(2, mTestConnectionService.getAllConnections().size()); in testSecondCallSameSubWontDisconnect()1751 assertEquals(0, mTestConnectionService.getAllConnections().stream() in testSecondCallSameSubWontDisconnect()1780 assertEquals(2, mTestConnectionService.getAllConnections().size()); in testSecondCallDifferentSubWillDisconnect()1783 assertEquals(1, mTestConnectionService.getAllConnections().stream() in testSecondCallDifferentSubWillDisconnect()1814 assertEquals(2, mTestConnectionService.getAllConnections().size()); in testSecondCallDifferentSubWontDisconnectForDsdaDevice()1817 assertEquals(0, mTestConnectionService.getAllConnections().stream() in testSecondCallDifferentSubWontDisconnectForDsdaDevice()2061 assertEquals(1, mTestConnectionService.getAllConnections().size()); in testOutgoingCallOnOtherSubPutsFirstCallOnHoldForVirtualDsdaDevice()2064 mTestConnectionService.getAllConnections().toArray()[0]; in testOutgoingCallOnOtherSubPutsFirstCallOnHoldForVirtualDsdaDevice()[all …]
30 Collection<Connection> getAllConnections(); in getAllConnections() method
161 public Collection<Connection> getAllConnections() {162 return TelephonyConnectionService.this.getAllConnections();1538 Collection<Connection> connections = getAllConnections(); in canAddCall()2286 if (!getAllConnections().isEmpty()) { in placeOutgoingConnection()2290 for (Connection c : getAllConnections()) { in placeOutgoingConnection()2308 for (Connection c : getAllConnections()) { in placeOutgoingConnection()3271 if (!getAllConnections().isEmpty()) { in recreateEmergencyConnection()3275 for (Connection c : getAllConnections()) { in recreateEmergencyConnection()3292 for (Connection c : getAllConnections()) { in recreateEmergencyConnection()3538 for (Connection connection : getAllConnections()) { in getConnectionForOriginalConnection()[all …]
203 Collection<Connection> allConnections = mConnectionService.getAllConnections(); in recalculateConference()
433 .getAllConnections()) { in maybeSwapAnyWithUnknownConnection()
2120 for (Connection current : getTelephonyConnectionService().getAllConnections()) { in canConsultativeTransfer()2656 for (Connection current : getTelephonyConnectionService().getAllConnections()) { in setActiveInternal()
430 when(mHfpClientConnectionService.getAllConnections()) in onUnhold_connectionServiceHasOneConnection_acceptsHeldCall()455 when(mHfpClientConnectionService.getAllConnections()) in onUnhold_connectionServiceHasMultipleConnections_doesNotAcceptHeldCall()
236 if (mConnServ.getAllConnections().size() > 1) { in onUnhold()
409 for (Connection c : getAllConnections()) {