Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/utils/trusty-ut-ctrl/
H A Dut-ctrl.c96 TEST_MESSAGE = 2, enumerator
125 } else if (rx_buf[0] == TEST_MESSAGE || rx_buf[0] == TEST_TEXT) { in run_trusty_unitest()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewControllerTest.java64 private static final String TEST_MESSAGE = "test message"; field in KeyguardIndicationRotateTextViewControllerTest
266 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()
/aosp14/system/core/trusty/stats/test/
H A Dstats_test.cpp79 TEST_MESSAGE = 2, enumerator
204 } else if (pRxBuf[0] == TEST_MESSAGE) { in WaitPortTestDone()
/aosp14/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c598 TEST_MESSAGE = 2, in ta2ta_ipc_test() enumerator
629 } else if (rx_buf[0] == TEST_MESSAGE || rx_buf[0] == TEST_TEXT) { in ta2ta_ipc_test()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DPreparationCoordinatorTest.java132 mInflationError = new Exception(TEST_MESSAGE); in setUp()
613 private static final String TEST_MESSAGE = "TEST_MESSAGE"; field in PreparationCoordinatorTest