Home
last modified time | relevance | path

Searched refs:systemProperties (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/
DTestApisTest.java92 Truth.assertThat(TestApis.systemProperties()).isNotNull(); in systemProperties_returnsInstance()
97 Truth.assertThat(TestApis.systemProperties()).isEqualTo(TestApis.systemProperties()); in systemProperties_multipleCalls_returnsSameInstance()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DMtePolicyTest.java52 TestApis.systemProperties() in skipIfUnsupported()
55 TestApis.systemProperties() in skipIfUnsupported()
DBluetoothTest.java123 TestApis.systemProperties().getBoolean("bluetooth.profile.opp.enabled", false);
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/
DTestApis.kt84 fun systemProperties(): SystemProperties = SystemProperties.sInstance method
/cts/tests/tests/car/src/android/car/cts/
DVehiclePropertyIdsTest.java575 List<Integer> systemProperties = in testAllPropertiesAreMappedInToString() local
577 for (int propertyId : systemProperties) { in testAllPropertiesAreMappedInToString()