Home
last modified time | relevance | path

Searched refs:scheduleTimeout (Results 1 – 3 of 3) sorted by relevance

/external/vogar/src/vogar/tasks/
DRunActionTask.java87 currentCommand.scheduleTimeout(timeoutSeconds); in execute()
201 command.scheduleTimeout(timeoutSeconds); in start()
218 command.scheduleTimeout(timeoutSeconds); in finish()
/external/okhttp/okio/okio/src/main/java/okio/
DAsyncTimeout.java69 scheduleTimeout(this, timeoutNanos, hasDeadline); in enter()
72 private static synchronized void scheduleTimeout( in scheduleTimeout() method in AsyncTimeout
/external/vogar/src/vogar/commands/
DCommand.java163 scheduleTimeout(timeoutSeconds); in executeWithTimeout()
199 public void scheduleTimeout(int timeoutSeconds) { in scheduleTimeout() method in Command