Searched refs:interruptingError (Results 1 – 1 of 1) sorted by relevance
1510 Throwable interruptingError = null; in executeTestRunBatchRun() local1518 interruptingError = ex; in executeTestRunBatchRun()1529 if (interruptingError != null) { in executeTestRunBatchRun()1530 if (interruptingError instanceof AdbComLinkOpenError) { in executeTestRunBatchRun()1533 } else if (interruptingError instanceof AdbComLinkKilledError) { in executeTestRunBatchRun()1536 } else if (interruptingError instanceof RunInterruptedException) { in executeTestRunBatchRun()1539 throw (RunInterruptedException)interruptingError; in executeTestRunBatchRun()1541 CLog.e(interruptingError); in executeTestRunBatchRun()1542 throw new RuntimeException(interruptingError); in executeTestRunBatchRun()1558 final boolean wasLinkFailure = !parser.wasSuccessful() || interruptingError != null; in executeTestRunBatchRun()