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