Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl48 const String STRING_TEST_CONSTANT = "foo"; field
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp129 String16("\xD8\x01\xDC\x37\x20\xAC"), ITestService::STRING_TEST_CONSTANT(), in TEST_F()
/system/tools/aidl/tests/rust/
Dtest_client.rs159 ITestService::STRING_TEST_CONSTANT.into(), in test_repeat_string()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DITestService.h48 static const char* STRING_TEST_CONSTANT; variable
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h108 static const ::android::String16& STRING_TEST_CONSTANT();
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java166 ITestService.STRING_TEST_CONSTANT, in testStringListRepeat()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java2353 public static final String STRING_TEST_CONSTANT = "foo"; field
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs300 pub const STRING_TEST_CONSTANT: &str = "foo"; constant
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp12 const ::android::String16& ITestService::STRING_TEST_CONSTANT() { in STRING_TEST_CONSTANT() function in android::aidl::tests::ITestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp3178 const char* ITestService::STRING_TEST_CONSTANT = "foo"; member in aidl::android::aidl::tests::ITestService