Searched refs:handledMessage (Results 1 – 1 of 1) sorted by relevance
316 public volatile boolean handledMessage = false; in testAutoDispatchWithSingleMessage() field in TestLooperTest.TestHandler324 handledMessage = true; in testAutoDispatchWithSingleMessage()332 while (!testHandler.handledMessage) { in testAutoDispatchWithSingleMessage()341 assertTrue("TestHandler should have received messageA", testHandler.handledMessage); in testAutoDispatchWithSingleMessage()