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