Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java803 SparseArray<U> areaIdToInitialValue = in storeCurrentValuesForProperty() local
805 if (areaIdToInitialValue == null || areaIdToInitialValue.size() == 0) { in storeCurrentValuesForProperty()
808 mPropertyToAreaIdValues.put(carPropertyConfig.getPropertyId(), areaIdToInitialValue); in storeCurrentValuesForProperty() local
822 SparseArray<U> areaIdToInitialValue = (SparseArray<U>) in restoreInitialValues() local
825 if (areaIdToInitialValue == null || carPropertyConfig == null) { in restoreInitialValues()
832 areaIdToInitialValue); in restoreInitialValues()
844 SparseArray<U> areaIdToInitialValue = new SparseArray<U>(); in getInitialValuesByAreaId() local
867 areaIdToInitialValue.put(areaId, (U) carPropertyValue.getValue()); in getInitialValuesByAreaId()
869 return areaIdToInitialValue; in getInitialValuesByAreaId()
893 CarPropertyManager carPropertyManager, SparseArray<U> areaIdToInitialValue) { in restoreInitialValuesByAreaId() argument
[all …]