Home
last modified time | relevance | path

Searched refs:getDeviceTracker (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java325 DeviceTracker getDeviceTracker() { in getDeviceTracker() method in RemoteManager
364 getDeviceTracker().allocateDevice(allocatedDevice); in processAllocate()
376 ITestDevice d = getDeviceTracker().freeDevice(c.getDeviceSerial()); in processFree()
417 ITestDevice device = getDeviceTracker().getDeviceForSerial(c.getDeviceSerial()); in processExecCommand()
426 getDeviceTracker().getLastCommandResult(c.getDeviceSerial()); in processExecCommand()
440 getDeviceTracker().setCommandTracker(c.getDeviceSerial(), tracker); in processExecCommand()
450 ITestDevice device = getDeviceTracker().getDeviceForSerial(c.getDeviceSerial()); in processGetLastCommandResult()
451 ExecCommandTracker tracker = getDeviceTracker().getLastCommandResult(c.getDeviceSerial()); in processGetLastCommandResult()
467 for (ITestDevice d : getDeviceTracker().freeAll()) { in freeAllDevices()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerTest.java62 DeviceTracker getDeviceTracker() { in setUp()