Home
last modified time | relevance | path

Searched refs:getAllConnections (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConnectionsBankImpl.java70 SimulatorConnectionService.getInstance().getAllConnections(); in mergeAllConnections()
81 SimulatorConnectionService.getInstance().getAllConnections(); in disconnectAllConnections()
DSimulatorSimCallManager.java230 for (Connection connection : SimulatorConnectionService.getInstance().getAllConnections()) { in findConnectionByTag()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConferenceControllerTest.java132 when(mMockTelephonyConnectionServiceProxy.getAllConnections()).thenReturn(listConnections); in testSrvccConferenceConnection()
183 when(mMockTelephonyConnectionServiceProxy.getAllConnections()) in testMergeMultiPartyCalls()
DTelephonyConnectionServiceTest.java1718 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 …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionServiceProxy.java30 Collection<Connection> getAllConnections(); in getAllConnections() method
DTelephonyConnectionService.java161 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 …]
DTelephonyConferenceController.java203 Collection<Connection> allConnections = mConnectionService.getAllConnections(); in recalculateConference()
DPstnIncomingCallNotifier.java433 .getAllConnections()) { in maybeSwapAnyWithUnknownConnection()
DTelephonyConnection.java2120 for (Connection current : getTelephonyConnectionService().getAllConnections()) { in canConsultativeTransfer()
2656 for (Connection current : getTelephonyConnectionService().getAllConnections()) { in setActiveInternal()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionTest.java430 when(mHfpClientConnectionService.getAllConnections()) in onUnhold_connectionServiceHasOneConnection_acceptsHeldCall()
455 when(mHfpClientConnectionService.getAllConnections()) in onUnhold_connectionServiceHasMultipleConnections_doesNotAcceptHeldCall()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnection.java236 if (mConnServ.getAllConnections().size() > 1) { in onUnhold()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java409 for (Connection c : getAllConnections()) {