Searched refs:systemProperties (Results 1 – 5 of 5) sorted by relevance
92 Truth.assertThat(TestApis.systemProperties()).isNotNull(); in systemProperties_returnsInstance()97 Truth.assertThat(TestApis.systemProperties()).isEqualTo(TestApis.systemProperties()); in systemProperties_multipleCalls_returnsSameInstance()
52 TestApis.systemProperties() in skipIfUnsupported()55 TestApis.systemProperties() in skipIfUnsupported()
123 TestApis.systemProperties().getBoolean("bluetooth.profile.opp.enabled", false);
84 fun systemProperties(): SystemProperties = SystemProperties.sInstance method
575 List<Integer> systemProperties = in testAllPropertiesAreMappedInToString() local577 for (int propertyId : systemProperties) { in testAllPropertiesAreMappedInToString()