Searched refs:AdbComLinkKilledError (Results 1 – 1 of 1) sorted by relevance
1382 private static final class AdbComLinkKilledError extends Exception { class in DeqpTestRunner1383 public AdbComLinkKilledError(String description, Throwable inner) { in AdbComLinkKilledError() method in DeqpTestRunner.AdbComLinkKilledError1396 throws AdbComLinkOpenError, AdbComLinkKilledError { in executeShellCommandAndReadOutput()1411 throw new AdbComLinkKilledError("command link killed", ex); in executeShellCommandAndReadOutput()1415 throw new AdbComLinkKilledError("command link hung", ex); in executeShellCommandAndReadOutput()1533 } else if (interruptingError instanceof AdbComLinkKilledError) { in executeTestRunBatchRun()