Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl25 const int TEST_CONSTANT = 42; field
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp72 s, &ITestService::RepeatInt, ITestService::TEST_CONSTANT) || in ConfirmPrimitiveRepeat()
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java119 int query[] = {ITestService.TEST_CONSTANT, in checkPrimitiveRepeat()