Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DMessageQueue.java112 int nextPollTimeoutMillis = 0; in next() local
115 if (nextPollTimeoutMillis != 0) { in next()
118 nativePollOnce(mPtr, nextPollTimeoutMillis); in next()
134 nextPollTimeoutMillis = (int) Math.min(when - now, Integer.MAX_VALUE); in next()
137 nextPollTimeoutMillis = -1; in next()
181 nextPollTimeoutMillis = 0; in next()