Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DPropertyHalService.java19 import static com.android.car.hal.CarPropertyUtils.toMixedCarPropertyValue;
194 return toMixedCarPropertyValue(value, mgrPropId, containBooleanType, containStringType); in getProperty()
443 propVal = toMixedCarPropertyValue(v, mgrPropId, containBooleanType, in onHalEvents()
H A DCarPropertyUtils.java116 static CarPropertyValue<?> toMixedCarPropertyValue( in toMixedCarPropertyValue() method in CarPropertyUtils