Home
last modified time | relevance | path

Searched refs:outgoingConnections (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseRemoteTelecomTest.java127 remoteConnectionService.outgoingConnections.size(), not(equalTo(0))); in verifyConnectionForOutgoingCallOnRemoteCS()
130 … MockConnection connection = remoteConnectionService.outgoingConnections.get(connectionIndex); in verifyConnectionForOutgoingCallOnRemoteCS()
152 0, remoteConnectionService.outgoingConnections.size()); in verifyConnectionForIncomingCallOnRemoteCS()
165 … MockConnection connection = remoteConnectionService.outgoingConnections.get(connectionIndex); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()
167 new ArrayList<>(remoteConnectionService.outgoingConnections.size()); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()
168 for (Connection c : remoteConnectionService.outgoingConnections) { in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()
DMockConnectionService.java72 public List<MockConnection> outgoingConnections = new ArrayList<MockConnection>(); field in MockConnectionService
111 outgoingConnections.add(connection); in onCreateOutgoingConnection()
DBaseTelecomTestWithMockServices.java976 connectionService.outgoingConnections.size(), not(equalTo(0))); in verifyConnectionForOutgoingCall()
977 MockConnection connection = connectionService.outgoingConnections.get(connectionIndex); in verifyConnectionForOutgoingCall()
987 connectionService.outgoingConnections.size(), not(equalTo(0))); in verifyConnectionForOutgoingCall()
1009 if (connectionService.outgoingConnections.contains(connection)) { in verifyConnectionForOutgoingCall()
1026 connectionService.outgoingConnections.size(), equalTo(0)); in verifyNoConnectionForOutgoingCall()
1077 MockConnection connection = connectionService.outgoingConnections.get(connectionIndex); in setAndVerifyConferenceablesForOutgoingConnection()
1079 new ArrayList<>(connectionService.outgoingConnections.size()); in setAndVerifyConferenceablesForOutgoingConnection()
1080 for (Connection c : connectionService.outgoingConnections) { in setAndVerifyConferenceablesForOutgoingConnection()
DOutgoingCallTest.java253 String expectedNumber = connectionService.outgoingConnections.get(0) in testPhoneStateListenerInvokedOnOutgoingCall()