Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DMessengerTest.java45 private static final int MSG_ARG1 = 100; field in MessengerTest
144 Message message = Message.obtain(mHandler, WHAT, MSG_ARG1, MSG_ARG2); in testSend()
230 msg.arg1 = MSG_ARG1; in executeTest()
242 if (msg.arg1 != MSG_ARG1) { in handleMessage()
243 failure(new RuntimeException("Message.arg1 is not " + MSG_ARG1 + ", it's " in handleMessage()