Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java276 ITestDevice badDevice = null; in performInvocation() local
294 badDevice = context.getDeviceBySerial(e.getDeviceSerial()); in performInvocation()
297 if (badDevice == null) { in performInvocation()
300 badDevice.setRecoveryMode(RecoveryMode.NONE); in performInvocation()
313 badDevice = context.getDeviceBySerial(e.getDeviceSerial()); in performInvocation()
323 badDevice = context.getDeviceBySerial(e.getSerial()); in performInvocation()
324 if ((e instanceof DeviceUnresponsiveException) && badDevice != null in performInvocation()
325 && TestDeviceState.ONLINE.equals(badDevice.getDeviceState())) { in performInvocation()
335 if (badDevice != null) { in performInvocation()
336 badDevice.setRecoveryMode(RecoveryMode.NONE); in performInvocation()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1041 ITestDevice badDevice = context.getDeviceBySerial(dnae.getSerial()); in createReleaseMap() local
1042 if (badDevice != null && !(badDevice.getIDevice() instanceof StubDevice)) { in createReleaseMap()
1043 deviceStates.put(badDevice, unavailable); in createReleaseMap()