Home
last modified time | relevance | path

Searched refs:IRemoteClient (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DRemoteClient.java36 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()
DIRemoteClient.java24 public interface IRemoteClient { interface
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java27 import com.android.tradefed.command.remote.IRemoteClient;
136 private IRemoteClient mRemoteClient = null;
1716 private void handoverDevices(IRemoteClient client) throws RemoteException { in handoverDevices()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java47 private IRemoteClient mRemoteClient;