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