Searched refs:badDevice (Results 1 – 2 of 2) sorted by relevance
276 ITestDevice badDevice = null; in performInvocation() local294 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 …]
1041 ITestDevice badDevice = context.getDeviceBySerial(dnae.getSerial()); in createReleaseMap() local1042 if (badDevice != null && !(badDevice.getIDevice() instanceof StubDevice)) { in createReleaseMap()1043 deviceStates.put(badDevice, unavailable); in createReleaseMap()