Searched refs:createSelfManagedConnection (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedConnectionService.java | 46 return createSelfManagedConnection(request, false, false /* isHandover */); in onCreateOutgoingConnection() 52 return createSelfManagedConnection(request, true, false /* isHandover */); in onCreateIncomingConnection() 58 return createSelfManagedConnection(request, false, true /* isHandover */); in onCreateOutgoingHandoverConnection() 64 return createSelfManagedConnection(request, true, true /* isHandover */); in onCreateIncomingHandoverConnection() 90 private Connection createSelfManagedConnection(ConnectionRequest request, boolean isIncoming, in createSelfManagedConnection() method in SelfManagedConnectionService
|