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.java101 public Collection<Connection> getAllConnections() {
102 return TelephonyConnectionService.this.getAllConnections();
1000 Collection<Connection> connections = getAllConnections(); in canAddCall()
1665 if (!getAllConnections().isEmpty()) { in placeOutgoingConnection()
1669 for (Connection c : getAllConnections()) { in placeOutgoingConnection()
1687 for (Connection c : getAllConnections()) { in placeOutgoingConnection()
1849 for (Connection connection : getAllConnections()) { in getConnectionForOriginalConnection()
2341 for (Connection connection : getAllConnections()) { in handleTtyModeChange()
DTelephonyConnectionServiceProxy.java30 Collection<Connection> getAllConnections(); in getAllConnections() method
DTelephonyConferenceController.java202 Collection<Connection> allConnections = mConnectionService.getAllConnections(); in recalculateConference()
DPstnIncomingCallNotifier.java386 .getAllConnections()) { in maybeSwapAnyWithUnknownConnection()
DTelephonyConnection.java1789 for (Connection current : getTelephonyConnectionService().getAllConnections()) { in canConsultativeTransfer()
2245 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.java410 for (Connection c : getAllConnections()) {