Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java218 ITestDevice badDevice = null; in performInvocation() local
238 badDevice = context.getDeviceBySerial(e.getDeviceSerial()); in performInvocation()
241 if (badDevice == null) { in performInvocation()
244 badDevice.setRecoveryMode(RecoveryMode.NONE); in performInvocation()
254 badDevice = context.getDeviceBySerial(e.getDeviceSerial()); in performInvocation()
262 badDevice = context.getDeviceBySerial(e.getSerial()); in performInvocation()
263 if ((e instanceof DeviceUnresponsiveException) && badDevice != null in performInvocation()
264 && TestDeviceState.ONLINE.equals(badDevice.getDeviceState())) { in performInvocation()
271 if (badDevice != null) { in performInvocation()
272 badDevice.setRecoveryMode(RecoveryMode.NONE); in performInvocation()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java824 ITestDevice badDevice = in createReleaseMap() local
826 if (badDevice != null && !(badDevice.getIDevice() instanceof StubDevice)) { in createReleaseMap()
827 deviceStates.put(badDevice, FreeDeviceState.UNRESPONSIVE); in createReleaseMap()
830 ITestDevice badDevice = in createReleaseMap() local
832 if (badDevice != null && !(badDevice.getIDevice() instanceof StubDevice)) { in createReleaseMap()
833 deviceStates.put(badDevice, FreeDeviceState.UNAVAILABLE); in createReleaseMap()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...