Home
last modified time | relevance | path

Searched refs:AdbComLinkKilledError (Results 1 – 1 of 1) sorted by relevance

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java1326 private static final class AdbComLinkKilledError extends Exception { class in DeqpTestRunner
1327 public AdbComLinkKilledError(String description, Throwable inner) { in AdbComLinkKilledError() method in DeqpTestRunner.AdbComLinkKilledError
1340 throws AdbComLinkOpenError, AdbComLinkKilledError { in executeShellCommandAndReadOutput()
1352 throw new AdbComLinkKilledError("command link killed", ex); in executeShellCommandAndReadOutput()
1355 throw new AdbComLinkKilledError("command link hung", ex); in executeShellCommandAndReadOutput()
1471 } else if (interruptingError instanceof AdbComLinkKilledError) { in executeTestRunBatchRun()