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

/frameworks/base/tests/utils/testutils/java/android/os/test/
H A DTestLooper.java124 } while (msg != null && !msg.isAsynchronous());
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DMockLooper.java124 } while (msg != null && !msg.isAsynchronous());
/frameworks/base/core/java/android/os/
H A DMessageQueue.java335 } while (msg != null && !msg.isAsynchronous());
446 * Asynchronous messages (see {@link Message#isAsynchronous} are exempt from the barrier
563 needWake = mBlocked && p.target == null && msg.isAsynchronous();
571 if (needWake && p.isAsynchronous()) {
H A DMessage.java427 public boolean isAsynchronous() { method in class:Message
455 * @see #isAsynchronous()

Completed in 1784 milliseconds