Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
DTestConnectionService.java127 private final class TestConnection extends Connection { class in TestConnectionService
133 TestConnection(boolean isIncoming) { in TestConnection() method in TestConnectionService.TestConnection
151 activateCall(TestConnection.this); in startOutgoing()
230 private final List<TestConnection> mCalls = new ArrayList<>();
269 final TestConnection connection = new TestConnection(false /* isIncoming */); in onCreateOutgoingConnection()
305 final TestConnection connection = new TestConnection(true); in onCreateIncomingConnection()
351 final TestConnection connection = new TestConnection(false); in onCreateUnknownConnection()
370 private void activateCall(TestConnection connection) { in activateCall()
379 private void destroyCall(TestConnection connection) { in destroyCall()
395 private void addCall(TestConnection connection) { in addCall()