Home
last modified time | relevance | path

Searched defs:SystemPropertiesTest (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/art/libarttools/
H A Dsystem_properties_test.cc33 class SystemPropertiesTest : public testing::Test { class
38 TEST_F(SystemPropertiesTest, Get) { in TEST_F() argument
43 TEST_F(SystemPropertiesTest, GetWithFallback) { in TEST_F() argument
51 TEST_F(SystemPropertiesTest, GetDefault) { in TEST_F() argument
56 TEST_F(SystemPropertiesTest, GetOrEmpty) { in TEST_F() argument
61 TEST_F(SystemPropertiesTest, GetOrEmptyWithFallback) { in TEST_F() argument
68 TEST_F(SystemPropertiesTest, GetOrEmptyDefault) { in TEST_F() argument
73 TEST_F(SystemPropertiesTest, GetBoolTrue) { in TEST_F() argument
78 TEST_F(SystemPropertiesTest, GetBoolFalse) { in TEST_F() argument
83 TEST_F(SystemPropertiesTest, GetBoolWithFallback) { in TEST_F() argument
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/
Dsystem_properties_common_test.cc30 TEST(SystemPropertiesTest, set_and_get_test) { in TEST() argument
46 TEST(SystemPropertiesTest, getUint32) { in TEST() argument
53 TEST(SystemPropertiesTest, getUint32BaseHex) { in TEST() argument
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/util/
H A DSystemPropertiesTest.kt24 class SystemPropertiesTest { class
/aosp_15_r20/bionic/libc/system_properties/include/system_properties/
H A Dsystem_properties.h42 friend class SystemPropertiesTest; variable
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/common_os/include/bionic/libc/system_properties/include/system_properties/
H A Dsystem_properties.h42 friend class SystemPropertiesTest; variable
/aosp_15_r20/bionic/tests/
H A Dsystem_properties_test.cpp42 class SystemPropertiesTest : public SystemProperties { class
44 SystemPropertiesTest() : SystemProperties(false) { in SystemPropertiesTest() function in SystemPropertiesTest
/aosp_15_r20/frameworks/base/core/tests/systemproperties/src/android/os/
H A DSystemPropertiesTest.java37 public class SystemPropertiesTest { class
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DSystemPropertiesTest.java25 public class SystemPropertiesTest { class
/aosp_15_r20/packages/modules/adb/
Dtest_device.py662 class SystemPropertiesTest(DeviceTest): class