Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DMessageQueue.java317 int nextPollTimeoutMillis = 0; in next() local
319 if (nextPollTimeoutMillis != 0) { in next()
323 nativePollOnce(ptr, nextPollTimeoutMillis); in next()
340 nextPollTimeoutMillis = (int) Math.min(msg.when - now, Integer.MAX_VALUE); in next()
356 nextPollTimeoutMillis = -1; in next()
409 nextPollTimeoutMillis = 0; in next()