Searched refs:IRemoteClient (Results 1 – 4 of 4) sorted by relevance
36 public class RemoteClient implements IRemoteClient {102 public static IRemoteClient connect(int port) throws RemoteException { in connect()118 public static IRemoteClient connect(String hostname, int port) throws RemoteException { in connect()132 public static IRemoteClient connect() throws RemoteException { in connect()
24 public interface IRemoteClient { interface
27 import com.android.tradefed.command.remote.IRemoteClient;136 private IRemoteClient mRemoteClient = null;1716 private void handoverDevices(IRemoteClient client) throws RemoteException { in handoverDevices()
47 private IRemoteClient mRemoteClient;