Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java87 mRemoteClient.sendAllocateDevice("serial"); in testAllocateFree()
146 mRemoteClient.sendAllocateDevice("serial"); in testAllocateClose()
170 mRemoteClient.sendAllocateDevice("serial"); in testAllocateFreeAll()
268 mRemoteClient.sendAllocateDevice("serial"); in testExecCommand()
311 mRemoteClient.sendAllocateDevice("serial"); in testConsecutiveExecCommand()
421 mRemoteClient.sendAllocateDevice("serial"); in testGetLastCommandResult_noActiveCommand()
450 mRemoteClient.sendAllocateDevice("serial"); in testGetLastCommandResult_executing()
500 mRemoteClient.sendAllocateDevice("serial"); in testGetLastCommandResult_notAvail()
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DIRemoteClient.java40 public void sendAllocateDevice(String serial) throws RemoteException; in sendAllocateDevice() method
DRemoteClient.java140 public void sendAllocateDevice(String serial) throws RemoteException { in sendAllocateDevice() method in RemoteClient
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1720 client.sendAllocateDevice(deviceDesc.getSerial()); in handoverDevices()