Home
last modified time | relevance | path

Searched refs:executeWithTimeout (Results 1 – 2 of 2) sorted by relevance

/external/vogar/src/vogar/android/
DAdbTarget.java115 output = command.executeWithTimeout(remainingSeconds); in waitForNonEmptyDirectory()
/external/vogar/src/vogar/commands/
DCommand.java158 public List<String> executeWithTimeout(int timeoutSeconds) throws TimeoutException { in executeWithTimeout() method in Command