Searched refs:badDevice (Results 1 – 1 of 1) sorted by relevance
197 ITestDevice badDevice = null; in performInvocation() local210 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 …]