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