Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsSelfManagedConnectionService.java163 private Connection createSelfManagedConnection(ConnectionRequest request, boolean isIncoming) { in createSelfManagedConnection() argument
164 SelfManagedConnection connection = new SelfManagedConnection(isIncoming, in createSelfManagedConnection()
178 if (!isIncoming) { in createSelfManagedConnection()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsSelfManagedConnectionService.java91 private Connection createConnection(ConnectionRequest request, boolean isIncoming) { in createConnection() argument
94 CtsConnection connection = new CtsConnection(getApplicationContext(), isIncoming, in createConnection()
DCtsConnectionService.java129 private Connection createManagedConnection(ConnectionRequest request, boolean isIncoming) { in createManagedConnection() argument
135 CtsConnection connection = new CtsConnection(getApplicationContext(), isIncoming, in createManagedConnection()