Searched refs:isIncoming (Results 1 – 3 of 3) sorted by relevance
163 private Connection createSelfManagedConnection(ConnectionRequest request, boolean isIncoming) { in createSelfManagedConnection() argument164 SelfManagedConnection connection = new SelfManagedConnection(isIncoming, in createSelfManagedConnection()178 if (!isIncoming) { in createSelfManagedConnection()
91 private Connection createConnection(ConnectionRequest request, boolean isIncoming) { in createConnection() argument94 CtsConnection connection = new CtsConnection(getApplicationContext(), isIncoming, in createConnection()
129 private Connection createManagedConnection(ConnectionRequest request, boolean isIncoming) { in createManagedConnection() argument135 CtsConnection connection = new CtsConnection(getApplicationContext(), isIncoming, in createManagedConnection()