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.java1323 private static final class AdbComLinkKilledError extends Exception { class in DeqpTestRunner
1324 public AdbComLinkKilledError(String description, Throwable inner) { in AdbComLinkKilledError() method in DeqpTestRunner.AdbComLinkKilledError
1337 throws AdbComLinkOpenError, AdbComLinkKilledError { in executeShellCommandAndReadOutput()
1349 throw new AdbComLinkKilledError("command link killed", ex); in executeShellCommandAndReadOutput()
1352 throw new AdbComLinkKilledError("command link hung", ex); in executeShellCommandAndReadOutput()
1472 } else if (interruptingError instanceof AdbComLinkKilledError) { in executeTestRunBatchRun()