Searched refs:TEST_MESSAGE (Results 1 – 5 of 5) sorted by relevance
96 TEST_MESSAGE = 2, enumerator125 } else if (rx_buf[0] == TEST_MESSAGE || rx_buf[0] == TEST_TEXT) { in run_trusty_unitest()
64 private static final String TEST_MESSAGE = "test message"; field in KeyguardIndicationRotateTextViewControllerTest266 INDICATION_TYPE_OWNER_INFO, createIndication(TEST_MESSAGE), true); in testSameMessage_noIndicationUpdate()271 final KeyguardIndication sameIndication = createIndication(TEST_MESSAGE); in testSameMessage_noIndicationUpdate()384 return createIndication(TEST_MESSAGE + " " + mMsgId++); in createIndication()
79 TEST_MESSAGE = 2, enumerator204 } else if (pRxBuf[0] == TEST_MESSAGE) { in WaitPortTestDone()
598 TEST_MESSAGE = 2, in ta2ta_ipc_test() enumerator629 } else if (rx_buf[0] == TEST_MESSAGE || rx_buf[0] == TEST_TEXT) { in ta2ta_ipc_test()
132 mInflationError = new Exception(TEST_MESSAGE); in setUp()613 private static final String TEST_MESSAGE = "TEST_MESSAGE"; field in PreparationCoordinatorTest