Searched refs:remoteConnection (Results 1 – 2 of 2) sorted by relevance
363 RemoteConnection remoteConnection = new RemoteConnection(callId,366 mConnectionById.put(callId, remoteConnection);367 remoteConnection.registerCallback(new RemoteConnection.Callback() {374 mOurConnectionServiceImpl.addRemoteExistingConnection(remoteConnection);
2053 void addRemoteExistingConnection(RemoteConnection remoteConnection) { in addRemoteExistingConnection() argument2054 onRemoteExistingConnectionAdded(remoteConnection); in addRemoteExistingConnection()