Home
last modified time | relevance | path

Searched defs:carPropertyConfig (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java401 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in verifyConfig() local
434 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in verifyReadPermissions() local
453 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in verifyWritePermissions() local
802 private <U> void storeCurrentValuesForProperty(CarPropertyConfig<U> carPropertyConfig) { in storeCurrentValuesForProperty()
820 CarPropertyConfig<U> carPropertyConfig = (CarPropertyConfig<U>) in restoreInitialValues() local
839 CarPropertyConfig<U> carPropertyConfig, CarPropertyManager carPropertyManager) { in getInitialValuesByAreaId()
892 private static <U> void restoreInitialValuesByAreaId(CarPropertyConfig<U> carPropertyConfig, in restoreInitialValuesByAreaId()
935 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in getPossibleValues() local
954 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in getPossibleIntegerValues() local
1052 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in verifyCarPropertyValueSetter() local
[all …]
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyValueTest.java106 CarPropertyConfig<?> carPropertyConfig, int areaId) { in getCarPropertyValue()