Home
last modified time | relevance | path

Searched defs: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
808 mPropertyToAreaIdValues.put(carPropertyConfig.getPropertyId(), areaIdToInitialValue); in storeCurrentValuesForProperty() local
822 SparseArray<U> areaIdToInitialValue = (SparseArray<U>) in restoreInitialValues() local
844 SparseArray<U> areaIdToInitialValue = new SparseArray<U>(); in getInitialValuesByAreaId() local
893 CarPropertyManager carPropertyManager, SparseArray<U> areaIdToInitialValue) { in restoreInitialValuesByAreaId()