Searched refs:AdbComLinkOpenError (Results 1 – 1 of 1) sorted by relevance
1376 private static final class AdbComLinkOpenError extends Exception { class in DeqpTestRunner1377 public AdbComLinkOpenError(String description, Throwable inner) { in AdbComLinkOpenError() method in DeqpTestRunner.AdbComLinkOpenError1396 throws AdbComLinkOpenError, AdbComLinkKilledError { in executeShellCommandAndReadOutput()1403 throw new AdbComLinkOpenError("opening connection timed out", ex); in executeShellCommandAndReadOutput()1407 throw new AdbComLinkOpenError("command rejected", ex); in executeShellCommandAndReadOutput()1530 if (interruptingError instanceof AdbComLinkOpenError) { in executeTestRunBatchRun()