Home
last modified time | relevance | path

Searched defs:unitId (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/units/
DCarUnitsManager.java107 int unitId = availableUnitsId.get(i); in getUnitsSupportedByProperty() local
118 int unitId = mCarPropertyManager.getIntProperty(propertyId, AREA_ID); in getUnitUsedByProperty() local
130 protected void setUnitUsedByProperty(int propertyId, int unitId) { in setUnitUsedByProperty()
DUnitsBasePreferenceController.java129 int unitId = Integer.parseInt((String) newValue); in handlePreferenceChanged() local
130 mCarUnitsManager.setUnitUsedByProperty(getPropertyId(), unitId); in handlePreferenceChanged() local
DUnit.java31 Unit(@VehicleUnit.Enum int unitId, @StringRes int unitAbbreviationResId, in Unit()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowCarUnitsManager.java60 protected static void setUnitUsedByProperty(int propertyId, int unitId) { in setUnitUsedByProperty()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/units/
DUnitsBasePreferenceControllerTest.java215 int unitId = Integer.parseInt((String) newValue); in handlePreferenceChanged() local