Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java1319 private static final class AdbComLinkKilledError extends Exception { class in DeqpTestRunner
1320 public AdbComLinkKilledError(String description, Throwable inner) { in AdbComLinkKilledError() method in DeqpTestRunner.AdbComLinkKilledError
1333 throws AdbComLinkOpenError, AdbComLinkKilledError { in executeShellCommandAndReadOutput()
1345 throw new AdbComLinkKilledError("command link killed", ex); in executeShellCommandAndReadOutput()
1348 throw new AdbComLinkKilledError("command link hung", ex); in executeShellCommandAndReadOutput()
1464 } else if (interruptingError instanceof AdbComLinkKilledError) { in executeTestRunBatchRun()