Searched refs:interruptingError (Results 1 – 1 of 1) sorted by relevance
1450 Throwable interruptingError = null; in executeTestRunBatchRun() local1455 interruptingError = ex; in executeTestRunBatchRun()1468 if (interruptingError != null) { in executeTestRunBatchRun()1469 if (interruptingError instanceof AdbComLinkOpenError) { in executeTestRunBatchRun()1471 } else if (interruptingError instanceof AdbComLinkKilledError) { in executeTestRunBatchRun()1473 } else if (interruptingError instanceof RunInterruptedException) { in executeTestRunBatchRun()1475 throw (RunInterruptedException)interruptingError; in executeTestRunBatchRun()1477 CLog.e(interruptingError); in executeTestRunBatchRun()1478 throw new RuntimeException(interruptingError); in executeTestRunBatchRun()1493 final boolean wasLinkFailure = !parser.wasSuccessful() || interruptingError != null; in executeTestRunBatchRun()