Searched defs:SystemPropertiesTest (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/art/libarttools/ |
H A D | system_properties_test.cc | 33 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/ |
D | system_properties_common_test.cc | 30 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 D | SystemPropertiesTest.kt | 24 class SystemPropertiesTest { class
|
/aosp_15_r20/bionic/libc/system_properties/include/system_properties/ |
H A D | system_properties.h | 42 friend class SystemPropertiesTest; variable
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/common_os/include/bionic/libc/system_properties/include/system_properties/ |
H A D | system_properties.h | 42 friend class SystemPropertiesTest; variable
|
/aosp_15_r20/bionic/tests/ |
H A D | system_properties_test.cpp | 42 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 D | SystemPropertiesTest.java | 37 public class SystemPropertiesTest { class
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | SystemPropertiesTest.java | 25 public class SystemPropertiesTest { class
|
/aosp_15_r20/packages/modules/adb/ |
D | test_device.py | 662 class SystemPropertiesTest(DeviceTest): class
|