Searched refs:mPropertyToAreaIdValues (Results 1 – 1 of 1) sorted by relevance
175 private SparseArray<SparseArray<?>> mPropertyToAreaIdValues; field in VehiclePropertyVerifier234 mPropertyToAreaIdValues = new SparseArray<>(); in VehiclePropertyVerifier()808 mPropertyToAreaIdValues.put(carPropertyConfig.getPropertyId(), areaIdToInitialValue); in storeCurrentValuesForProperty()818 for (int i = 0; i < mPropertyToAreaIdValues.size(); i++) { in restoreInitialValues()819 int propertyId = mPropertyToAreaIdValues.keyAt(i); in restoreInitialValues()823 mPropertyToAreaIdValues.get(propertyId); in restoreInitialValues()