Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsSelfManagedConnectionService.java96 return createSelfManagedConnection(request, false); in onCreateOutgoingConnection()
103 return createSelfManagedConnection(request, true); in onCreateIncomingConnection()
122 return createSelfManagedConnection(request, true /* incoming */); in onCreateIncomingHandoverConnection()
129 return createSelfManagedConnection(request, false /* incoming */); in onCreateOutgoingHandoverConnection()
163 private Connection createSelfManagedConnection(ConnectionRequest request, boolean isIncoming) { in createSelfManagedConnection() method in CtsSelfManagedConnectionService