Searched refs:mVehiclePropertyToConfig (Results 1 – 1 of 1) sorted by relevance
102 protected final SparseArray<VehiclePropConfig> mVehiclePropertyToConfig = new SparseArray<>(); field in DiagnosticHalService150 mVehiclePropertyToConfig.put(propConfig.prop, propConfig); in getTokenForProperty()156 mVehiclePropertyToConfig.put(propConfig.prop, propConfig); in getTokenForProperty()313 config = mVehiclePropertyToConfig.get(halPropId, null); in getPropConfig()