Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceBase.java157 CarPropertyConfig config = CarPropertyUtils.toCarPropertyConfig(p, mgrPropId); in takeSupportedProperties()
DCarPropertyUtils.java100 static CarPropertyConfig<?> toCarPropertyConfig(VehiclePropConfig p, int propertyId) { in toCarPropertyConfig() method in CarPropertyUtils