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.java92 return createSelfManagedConnection(request, false); in onCreateOutgoingConnection()
98 return createSelfManagedConnection(request, true); in onCreateIncomingConnection()
117 return createSelfManagedConnection(request, true /* incoming */); in onCreateIncomingHandoverConnection()
124 return createSelfManagedConnection(request, false /* incoming */); in onCreateOutgoingHandoverConnection()
158 private Connection createSelfManagedConnection(ConnectionRequest request, boolean isIncoming) { in createSelfManagedConnection() method in CtsSelfManagedConnectionService