Searched refs:mPropForUnits (Results 1 – 1 of 1) sorted by relevance
70 private final HashSet<Integer> mPropForUnits; field in PropertyHalServiceIds162 mPropForUnits = new HashSet<>(); in PropertyHalServiceIds()534 mPropForUnits.add(VehicleProperty.DISTANCE_DISPLAY_UNITS); in PropertyHalServiceIds()538 mPropForUnits.add(VehicleProperty.FUEL_VOLUME_DISPLAY_UNITS); in PropertyHalServiceIds()542 mPropForUnits.add(VehicleProperty.TIRE_PRESSURE_DISPLAY_UNITS); in PropertyHalServiceIds()546 mPropForUnits.add(VehicleProperty.EV_BATTERY_DISPLAY_UNITS); in PropertyHalServiceIds()550 mPropForUnits.add(VehicleProperty.FUEL_CONSUMPTION_UNITS_DISTANCE_OVER_VOLUME); in PropertyHalServiceIds()554 mPropForUnits.add(VehicleProperty.VEHICLE_SPEED_DISPLAY_UNITS); in PropertyHalServiceIds()664 return mPropForUnits.contains(propertyId); in isPropertyToChangeUnits()