Home
last modified time | relevance | path

Searched refs:getAllConnections (Results 1 – 11 of 11) 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/src/com/android/services/telephony/
DTelephonyConnectionService.java106 public Collection<Connection> getAllConnections() {
107 return TelephonyConnectionService.this.getAllConnections();
1005 Collection<Connection> connections = getAllConnections(); in canAddCall()
1676 if (!getAllConnections().isEmpty()) { in placeOutgoingConnection()
1680 for (Connection c : getAllConnections()) { in placeOutgoingConnection()
1698 for (Connection c : getAllConnections()) { in placeOutgoingConnection()
1861 for (Connection connection : getAllConnections()) { in getConnectionForOriginalConnection()
2353 for (Connection connection : getAllConnections()) { in handleTtyModeChange()
DTelephonyConnectionServiceProxy.java30 Collection<Connection> getAllConnections(); in getAllConnections() method
DTelephonyConferenceController.java202 Collection<Connection> allConnections = mConnectionService.getAllConnections(); in recalculateConference()
DPstnIncomingCallNotifier.java346 .getAllConnections()) { in maybeSwapAnyWithUnknownConnection()
DTelephonyConnection.java1798 for (Connection current : getTelephonyConnectionService().getAllConnections()) { in canConsultativeTransfer()
2254 for (Connection current : getTelephonyConnectionService().getAllConnections()) { in setActiveInternal()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConferenceControllerTest.java138 when(mMockTelephonyConnectionServiceProxy.getAllConnections()) in testMergeMultiPartyCalls()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java248 if (getHfpClientConnectionService().getAllConnections().size() > 1) { in onUnhold()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnectionService.java237 for (Connection connection : getAllConnections()) { in findPhoneForProfile()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java409 for (Connection c : getAllConnections()) {