Home
last modified time | relevance | path

Searched defs:STRING_TEST_CONSTANT2 (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl49 const String STRING_TEST_CONSTANT2 = "bar"; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DITestService.h49 static const char* STRING_TEST_CONSTANT2; variable
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DITestService.cpp17 const ::android::String16& ITestService::STRING_TEST_CONSTANT2() { in STRING_TEST_CONSTANT2() function in android::aidl::tests::ITestService
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DITestService.cpp3179 const char* ITestService::STRING_TEST_CONSTANT2 = "bar"; 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.java2354 public static final String STRING_TEST_CONSTANT2 = "bar"; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs301 pub const STRING_TEST_CONSTANT2: &str = "bar"; const