Home
last modified time | relevance | path

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

/external/vogar/src/vogar/tasks/
DRunActionTask.java87 currentCommand.scheduleTimeout(timeoutSeconds); in execute()
200 command.scheduleTimeout(timeoutSeconds); in start()
217 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/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DAsyncTimeout.java71 scheduleTimeout(this, timeoutNanos, hasDeadline); in enter()
74 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