Searched refs:mVehiclePropertyToConfig (Results 1 – 1 of 1) sorted by relevance
84 protected final SparseArray<VehiclePropConfig> mVehiclePropertyToConfig = new SparseArray<>(); field in DiagnosticHalService95 mVehiclePropertyToConfig.put(propConfig.prop, propConfig); in getTokenForProperty()101 mVehiclePropertyToConfig.put(propConfig.prop, propConfig); in getTokenForProperty()123 return mVehiclePropertyToConfig.get(halPropId, null); in getPropConfig()