Searched refs:getAllConnections (Results 1 – 11 of 11) sorted by relevance
70 SimulatorConnectionService.getInstance().getAllConnections(); in mergeAllConnections()81 SimulatorConnectionService.getInstance().getAllConnections(); in disconnectAllConnections()
230 for (Connection connection : SimulatorConnectionService.getInstance().getAllConnections()) { in findConnectionByTag()
106 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()
30 Collection<Connection> getAllConnections(); in getAllConnections() method
202 Collection<Connection> allConnections = mConnectionService.getAllConnections(); in recalculateConference()
346 .getAllConnections()) { in maybeSwapAnyWithUnknownConnection()
1798 for (Connection current : getTelephonyConnectionService().getAllConnections()) { in canConsultativeTransfer()2254 for (Connection current : getTelephonyConnectionService().getAllConnections()) { in setActiveInternal()
138 when(mMockTelephonyConnectionServiceProxy.getAllConnections()) in testMergeMultiPartyCalls()
248 if (getHfpClientConnectionService().getAllConnections().size() > 1) { in onUnhold()
237 for (Connection connection : getAllConnections()) { in findPhoneForProfile()
409 for (Connection c : getAllConnections()) {