Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java197 ITestDevice badDevice = null; in performInvocation() local
210 badDevice = context.getDeviceBySerial(e.getDeviceDescriptor().getSerial()); in performInvocation()
212 if (badDevice == null) { in performInvocation()
215 badDevice.setRecoveryMode(RecoveryMode.NONE); in performInvocation()
224 badDevice = context.getDeviceBySerial(e.getDeviceDescriptor().getSerial()); in performInvocation()
231 badDevice = context.getDeviceBySerial(e.getSerial()); in performInvocation()
232 if ((e instanceof DeviceUnresponsiveException) && badDevice != null in performInvocation()
233 && TestDeviceState.ONLINE.equals(badDevice.getDeviceState())) { in performInvocation()
245 if (badDevice != null) { in performInvocation()
246 badDevice.setRecoveryMode(RecoveryMode.NONE); in performInvocation()
[all …]