Home
last modified time | relevance | path

Searched defs:msg1 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DHandlerTest.java297 Message msg1 = mHandler.obtainMessage(msg.what); in testObtainMessageWithInt() local
309 Message msg1 = mHandler.obtainMessage(msg.what, msg.obj); in testObtainMessageWithIntObject() local
323 Message msg1 = mHandler.obtainMessage(msg.what, msg.arg1, msg.arg2); in testObtainMessageWithMutiInt() local
339 Message msg1 = mHandler.obtainMessage(msg.what, msg.arg1, msg.arg2, msg.obj); in testObtainMessageWithMutiIntObject() local
/cts/apps/CtsVerifier/jni/midi/
DMidiTestManager.cpp272 uint8_t msg1[] = {makeMIDICmd(kMIDIChanCmd_KeyUp, 0), 64, 35}; variable
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java1372 Notification.MessagingStyle.Message msg1 = in sendMessagingNotification() local