Searched refs:allConnections (Results 1 – 3 of 3) sorted by relevance
135 Collection<Connection> allConnections = new ArrayList<Connection>(); in testMergeMultiPartyCalls() local136 allConnections.add(mTestTelephonyConnectionA); in testMergeMultiPartyCalls()137 allConnections.add(mTestTelephonyConnectionB); in testMergeMultiPartyCalls()139 .thenReturn(allConnections); in testMergeMultiPartyCalls()
202 Collection<Connection> allConnections = mConnectionService.getAllConnections(); in recalculateConference() local205 if (!allConnections.contains(connection)) { in recalculateConference()
1385 final List<com.android.internal.telephony.Connection> allConnections = new ArrayList<>(); in onCreateUnknownConnection() local1402 allConnections.add(connection); in onCreateUnknownConnection()1407 if (allConnections.isEmpty()) { in onCreateUnknownConnection()1410 allConnections.addAll(ringingCall.getConnections()); in onCreateUnknownConnection()1415 allConnections.addAll(foregroundCall.getConnections()); in onCreateUnknownConnection()1421 allConnections.addAll(imsFgCall.getConnections()); in onCreateUnknownConnection()1426 allConnections.addAll(phone.getBackgroundCall().getConnections()); in onCreateUnknownConnection()1431 for (com.android.internal.telephony.Connection telephonyConnection : allConnections) { in onCreateUnknownConnection()