Searched refs:interruptingError (Results 1 – 1 of 1) sorted by relevance
1443 Throwable interruptingError = null; in executeTestRunBatchRun() local1448 interruptingError = ex; in executeTestRunBatchRun()1461 if (interruptingError != null) { in executeTestRunBatchRun()1462 if (interruptingError instanceof AdbComLinkOpenError) { in executeTestRunBatchRun()1464 } else if (interruptingError instanceof AdbComLinkKilledError) { in executeTestRunBatchRun()1466 } else if (interruptingError instanceof RunInterruptedException) { in executeTestRunBatchRun()1468 throw (RunInterruptedException)interruptingError; in executeTestRunBatchRun()1470 CLog.e(interruptingError); in executeTestRunBatchRun()1471 throw new RuntimeException(interruptingError); in executeTestRunBatchRun()1486 final boolean wasLinkFailure = !parser.wasSuccessful() || interruptingError != null; in executeTestRunBatchRun()