Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DLooper_test.cpp27 MSG_TEST3 = 3, enumerator
486 mLooper->sendMessage(handler1, Message(MSG_TEST3)); in TEST_F()
501 EXPECT_EQ(MSG_TEST3, handler1->messages[1].what) in TEST_F()
662 mLooper->sendMessage(handler, Message(MSG_TEST3)); in TEST_F()
688 mLooper->sendMessage(handler, Message(MSG_TEST3)); in TEST_F()
690 mLooper->removeMessages(handler, MSG_TEST3); in TEST_F()