Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java139 private final SparseArray<CarPropertyConfig> mCarPropertyConfigsById = new SparseArray<>(); field in CarPropertyManagerUnitTest
217 mCarPropertyConfigsById.put(config.getPropertyId(), config); in addCarPropertyConfig()
221 mCarPropertyConfigsById.remove(propId); in setPropIdWithoutPermission()
226 mCarPropertyConfigsById.remove(propId); in setPropIdWithoutConfig()
278 var config = mCarPropertyConfigsById.get(propId); in setUp()