Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/os/android/
H A Dsystem_properties_test.cc30 TEST(SystemPropertiesTest, set_and_get_test) { in TEST() argument
44 TEST(SystemPropertiesTest, max_length_test) { in TEST() argument
/aosp12/system/bt/gd/os/host/
H A Dsystem_properties_test.cc29 TEST(SystemPropertiesTest, set_and_get_test) { in TEST() argument
/aosp12/system/bt/gd/os/linux/
H A Dsystem_properties_test.cc29 TEST(SystemPropertiesTest, set_and_get_test) { in TEST() argument
/aosp12/bionic/libc/system_properties/include/system_properties/
H A Dsystem_properties.h45 friend class SystemPropertiesTest; variable
/aosp12/frameworks/base/core/tests/systemproperties/src/android/os/
H A DSystemPropertiesTest.java27 public class SystemPropertiesTest extends TestCase { class
/aosp12/bionic/tests/
H A Dsystem_properties_test.cpp38 class SystemPropertiesTest : public SystemProperties { class
40 SystemPropertiesTest() : SystemProperties(false) { in SystemPropertiesTest() function in SystemPropertiesTest
/aosp12/packages/modules/adb/
H A Dtest_device.py677 class SystemPropertiesTest(DeviceTest): class