Home
last modified time | relevance | path

Searched refs:sendStartHandover (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DIRemoteClient.java120 public void sendStartHandover(int port) throws RemoteException; in sendStartHandover() method
DRemoteClient.java182 public void sendStartHandover(int port) throws RemoteException { in sendStartHandover() method in RemoteClient
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java358 mRemoteClient.sendStartHandover(port); in testHandover()