Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DMessengerTest.java46 private static final int MSG_ARG2 = 1000; field in MessengerTest
144 Message message = Message.obtain(mHandler, WHAT, MSG_ARG1, MSG_ARG2); in testSend()
231 msg.arg2 = MSG_ARG2; in executeTest()
247 if (msg.arg2 != MSG_ARG2) { in handleMessage()
248 failure(new RuntimeException("Message.arg2 is not " + MSG_ARG2 + ", it's " in handleMessage()