Home
last modified time | relevance | path

Searched defs:STRING_TEST_CONSTANT (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl48 const String STRING_TEST_CONSTANT = "foo"; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DITestService.h48 static const char* STRING_TEST_CONSTANT; variable
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DITestService.cpp3178 const char* ITestService::STRING_TEST_CONSTANT = "foo"; member in aidl::android::aidl::tests::ITestService
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java2353 public static final String STRING_TEST_CONSTANT = "foo"; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs300 pub const STRING_TEST_CONSTANT: &str = "foo"; const