Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java634 Map<ITestDevice, FreeDeviceState> deviceStates = in run() local
638 listener.invocationComplete(mInvocationContext, deviceStates); in run()
796 Map<ITestDevice, FreeDeviceState> deviceStates = new LinkedHashMap<>(); in createReleaseMap() local
798 deviceStates.put(device, FreeDeviceState.AVAILABLE); in createReleaseMap()
805 deviceStates.put(device, FreeDeviceState.AVAILABLE); in createReleaseMap()
813 deviceStates.put(device, FreeDeviceState.UNAVAILABLE); in createReleaseMap()
816 deviceStates.put(device, FreeDeviceState.UNAVAILABLE); in createReleaseMap()
827 deviceStates.put(badDevice, FreeDeviceState.UNRESPONSIVE); in createReleaseMap()
833 deviceStates.put(badDevice, FreeDeviceState.UNAVAILABLE); in createReleaseMap()
836 return deviceStates; in createReleaseMap()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java784 Map<ITestDevice, FreeDeviceState> deviceStates = new HashMap<>(); in testDeviceReleasedEarly()
786 deviceStates.put(device, FreeDeviceState.AVAILABLE); in testDeviceReleasedEarly()
789 listener.releaseDevices(context, deviceStates); in testDeviceReleasedEarly()
837 Map<ITestDevice, FreeDeviceState> deviceStates = new HashMap<>(); in testDeviceReleasedEarly_conflict()
839 deviceStates.put(device, FreeDeviceState.AVAILABLE); in testDeviceReleasedEarly_conflict()
843 listener.releaseDevices(context, deviceStates); in testDeviceReleasedEarly_conflict()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...