Searched refs:allConnections (Results 1 – 3 of 3) sorted by relevance
180 Collection<Connection> allConnections = new ArrayList<Connection>(); in testMergeMultiPartyCalls() local181 allConnections.add(mTestTelephonyConnectionA); in testMergeMultiPartyCalls()182 allConnections.add(mTestTelephonyConnectionB); in testMergeMultiPartyCalls()184 .thenReturn(allConnections); in testMergeMultiPartyCalls()
203 Collection<Connection> allConnections = mConnectionService.getAllConnections(); in recalculateConference() local206 if (!allConnections.contains(connection)) { in recalculateConference()
1947 final List<com.android.internal.telephony.Connection> allConnections = new ArrayList<>(); in onCreateUnknownConnection() local1964 allConnections.add(connection); in onCreateUnknownConnection()1969 if (allConnections.isEmpty()) { in onCreateUnknownConnection()1972 allConnections.addAll(ringingCall.getConnections()); in onCreateUnknownConnection()1977 allConnections.addAll(foregroundCall.getConnections()); in onCreateUnknownConnection()1983 allConnections.addAll(imsFgCall.getConnections()); in onCreateUnknownConnection()1988 allConnections.addAll(phone.getBackgroundCall().getConnections()); in onCreateUnknownConnection()1993 for (com.android.internal.telephony.Connection telephonyConnection : allConnections) { in onCreateUnknownConnection()