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