Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java88 mRemoteClient.sendFreeDevice("serial"); in testAllocateFree()
171 mRemoteClient.sendFreeDevice("*"); in testAllocateFreeAll()
185 mRemoteClient.sendFreeDevice("foo"); in testFree_unknown()
270 mRemoteClient.sendFreeDevice("serial"); in testExecCommand()
323 mRemoteClient.sendFreeDevice("serial"); in testConsecutiveExecCommand()
423 mRemoteClient.sendFreeDevice("serial"); in testGetLastCommandResult_noActiveCommand()
453 mRemoteClient.sendFreeDevice("serial"); in testGetLastCommandResult_executing()
503 mRemoteClient.sendFreeDevice("serial"); in testGetLastCommandResult_notAvail()
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DIRemoteClient.java48 public void sendFreeDevice(String serial) throws RemoteException; in sendFreeDevice() method
DRemoteClient.java148 public void sendFreeDevice(String serial) throws RemoteException { in sendFreeDevice() method in RemoteClient