Searched refs:remoteConnection (Results 1 – 2 of 2) sorted by relevance
383 RemoteConnection remoteConnection = new RemoteConnection(callId,386 mConnectionById.put(callId, remoteConnection);387 remoteConnection.registerCallback(new RemoteConnection.Callback() {394 mOurConnectionServiceImpl.addRemoteExistingConnection(remoteConnection);
3037 void addRemoteExistingConnection(RemoteConnection remoteConnection) { in addRemoteExistingConnection() argument3038 onRemoteExistingConnectionAdded(remoteConnection); in addRemoteExistingConnection()