Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DMessageQueue.java155 } while (msg != null && !msg.isAsynchronous()); in next()
345 needWake = mBlocked && p.target == null && msg.isAsynchronous(); in enqueueMessage()
353 if (needWake && p.isAsynchronous()) { in enqueueMessage()
DMessage.java427 public boolean isAsynchronous() { in isAsynchronous() method in Message
/frameworks/base/api/
Dsystem-current.txt23462 method public boolean isAsynchronous();
Dcurrent.txt21882 method public boolean isAsynchronous();