Home
last modified time | relevance | path

Searched refs:getAllSystemHalPropIds (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DPropertyHalServiceConfigsUnitTest.java232 List<Integer> allSystemHalPropIds = mPropertyHalServiceConfigs.getAllSystemHalPropIds(); in testWritePermissionsExistInReadPermissionsForSystemProperty()
677 assertThat(mPropertyHalServiceConfigs.getAllSystemHalPropIds()).doesNotContain(vicProperty); in testVicVehiclePropertiesFlagDisabled()
/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java202 /* package */ List<Integer> getAllSystemHalPropIds() { in getAllSystemHalPropIds() method in PropertyHalServiceConfigs