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