Searched defs:unitId (Results 1 – 4 of 4) sorted by relevance
126 int unitId = availableUnitsId.get(i); in getUnitsSupportedByProperty() local137 int unitId = mCarPropertyManager.getIntProperty(propertyId, AREA_ID); in getUnitUsedByProperty() local149 protected void setUnitUsedByProperty(int propertyId, int unitId) { in setUnitUsedByProperty()
130 int unitId = Integer.parseInt((String) newValue); in handlePreferenceChanged() local131 mCarUnitsManager.setUnitUsedByProperty(getPropertyId(), unitId); in handlePreferenceChanged() local
31 Unit(@VehicleUnit.Enum int unitId, @StringRes int unitAbbreviationResId, in Unit()
60 protected static void setUnitUsedByProperty(int propertyId, int unitId) { in setUnitUsedByProperty()