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.java120 remoteConnectionService.outgoingConnections.size(), not(equalTo(0))); in verifyConnectionForOutgoingCallOnRemoteCS()
123 … MockConnection connection = remoteConnectionService.outgoingConnections.get(connectionIndex); in verifyConnectionForOutgoingCallOnRemoteCS()
145 0, remoteConnectionService.outgoingConnections.size()); in verifyConnectionForIncomingCallOnRemoteCS()
158 … MockConnection connection = remoteConnectionService.outgoingConnections.get(connectionIndex); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()
160 new ArrayList<>(remoteConnectionService.outgoingConnections.size()); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()
161 for (Connection c : remoteConnectionService.outgoingConnections) { in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()
DMockConnectionService.java71 public List<MockConnection> outgoingConnections = new ArrayList<MockConnection>(); field in MockConnectionService
105 outgoingConnections.add(connection); in onCreateOutgoingConnection()
DBaseTelecomTestWithMockServices.java819 connectionService.outgoingConnections.size(), not(equalTo(0))); in verifyConnectionForOutgoingCall()
820 MockConnection connection = connectionService.outgoingConnections.get(connectionIndex); in verifyConnectionForOutgoingCall()
830 connectionService.outgoingConnections.size(), not(equalTo(0))); in verifyConnectionForOutgoingCall()
852 if (connectionService.outgoingConnections.contains(connection)) { in verifyConnectionForOutgoingCall()
906 MockConnection connection = connectionService.outgoingConnections.get(connectionIndex); in setAndVerifyConferenceablesForOutgoingConnection()
908 new ArrayList<>(connectionService.outgoingConnections.size()); in setAndVerifyConferenceablesForOutgoingConnection()
909 for (Connection c : connectionService.outgoingConnections) { in setAndVerifyConferenceablesForOutgoingConnection()
DOutgoingCallTest.java174 String expectedNumber = connectionService.outgoingConnections.get(0) in testPhoneStateListenerInvokedOnOutgoingCall()