Searched refs:mCarPropertyConfigsById (Results 1 – 1 of 1) sorted by relevance
139 private final SparseArray<CarPropertyConfig> mCarPropertyConfigsById = new SparseArray<>(); field in CarPropertyManagerUnitTest217 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()