HomeSort by relevance Sort by last modified time
    Searched refs:outgoingConnections (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
BaseRemoteTelecomTest.java 120 remoteConnectionService.outgoingConnections.size(), not(equalTo(0)));
123 MockConnection connection = remoteConnectionService.outgoingConnections.get(connectionIndex);
145 0, remoteConnectionService.outgoingConnections.size());
158 MockConnection connection = remoteConnectionService.outgoingConnections.get(connectionIndex);
160 new ArrayList<>(remoteConnectionService.outgoingConnections.size());
161 for (Connection c : remoteConnectionService.outgoingConnections) {
OutgoingCallTest.java 105 String expectedNumber = connectionService.outgoingConnections.get(0)
MockConnectionService.java 61 public List<MockConnection> outgoingConnections = new ArrayList<MockConnection>();
93 outgoingConnections.add(connection);
BaseTelecomTestWithMockServices.java 525 connectionService.outgoingConnections.size(), not(equalTo(0)));
526 MockConnection connection = connectionService.outgoingConnections.get(connectionIndex);
560 MockConnection connection = connectionService.outgoingConnections.get(connectionIndex);
562 new ArrayList<>(connectionService.outgoingConnections.size());
563 for (Connection c : connectionService.outgoingConnections) {
    [all...]

Completed in 71 milliseconds