Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DDiagnosticHalService.java117 protected final SparseArray<VehiclePropConfig> mVehiclePropertyToConfig = new SparseArray<>(); field in DiagnosticHalService
166 mVehiclePropertyToConfig.put(propConfig.prop, propConfig); in getTokenForProperty()
172 mVehiclePropertyToConfig.put(propConfig.prop, propConfig); in getTokenForProperty()
330 config = mVehiclePropertyToConfig.get(halPropId, null); in getPropConfig()