Home
last modified time | relevance | path

Searched refs:HVAC_TEMPERATURE_DISPLAY_UNITS (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
DAdjustableTemperatureViewTest.java20 import static android.car.VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS;
152 when(mCarPropertyManager.isPropertyAvailable(HVAC_TEMPERATURE_DISPLAY_UNITS, in setTemperatureToFahrenheit_callsViewSetDisplayInFahrenheit()
154 when(mCarPropertyManager.getIntProperty(HVAC_TEMPERATURE_DISPLAY_UNITS, in setTemperatureToFahrenheit_callsViewSetDisplayInFahrenheit()
203 when(mCarPropertyManager.isPropertyAvailable(HVAC_TEMPERATURE_DISPLAY_UNITS, in adjustableViewIncreaseButton_inFahrenheit_setsTempWithCarPropertyManager()
205 when(mCarPropertyManager.getIntProperty(HVAC_TEMPERATURE_DISPLAY_UNITS, in adjustableViewIncreaseButton_inFahrenheit_setsTempWithCarPropertyManager()
224 when(mCarPropertyManager.isPropertyAvailable(HVAC_TEMPERATURE_DISPLAY_UNITS, in adjustableViewDecreaseButton_inFahrenheit_setsTempWithCarPropertyManager()
226 when(mCarPropertyManager.getIntProperty(HVAC_TEMPERATURE_DISPLAY_UNITS, in adjustableViewDecreaseButton_inFahrenheit_setsTempWithCarPropertyManager()
DHvacControllerTest.java20 import static android.car.VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS;
86 verify(mCarPropertyManager).registerCallback(any(), eq(HVAC_TEMPERATURE_DISPLAY_UNITS), in connectToCarService_registersCallback()
124 when(mCarPropertyManager.isPropertyAvailable(HVAC_TEMPERATURE_DISPLAY_UNITS, in setTemperatureToFahrenheit_callsViewSetDisplayInFahrenheit()
126 when(mCarPropertyManager.getIntProperty(HVAC_TEMPERATURE_DISPLAY_UNITS, in setTemperatureToFahrenheit_callsViewSetDisplayInFahrenheit()
DTemperatureTextViewTest.java20 import static android.car.VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS;
104 when(mCarPropertyManager.isPropertyAvailable(HVAC_TEMPERATURE_DISPLAY_UNITS, in setTemperatureToFahrenheit_callsViewSetDisplayInFahrenheit()
106 when(mCarPropertyManager.getIntProperty(HVAC_TEMPERATURE_DISPLAY_UNITS, in setTemperatureToFahrenheit_callsViewSetDisplayInFahrenheit()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacController.java20 import static android.car.VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS;
115 HVAC_TEMPERATURE_DISPLAY_UNITS,
174 HVAC_TEMPERATURE_DISPLAY_UNITS, VEHICLE_AREA_TYPE_GLOBAL)) { in initComponent()
175 if (mCarPropertyManager.getIntProperty(HVAC_TEMPERATURE_DISPLAY_UNITS, in initComponent()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/units/
DUnitsTemperaturePreferenceControllerTest.java90 assertThat(mCaptor.getValue()).isEqualTo(VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS); in onCarServiceConnected_setsPreferenceEntriesAndValue()
103 VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS, in onPreferenceChanged_runsSetUnitUsedByPropertyWithNewUnit()
/packages/apps/Car/Settings/src/com/android/car/settings/units/
DUnitsTemperaturePreferenceController.java42 return VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS; in getPropertyId()
DUnitsSettingsFragment.java103 VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS)) {
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java904 public static final int HVAC_TEMPERATURE_DISPLAY_UNITS = 289408270; field in VehiclePropertyIds
1963 case HVAC_TEMPERATURE_DISPLAY_UNITS: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java96 VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt78 MissingPermission: android.car.VehiclePropertyIds#HVAC_TEMPERATURE_DISPLAY_UNITS:
79 …ION_CONTROL_CAR_CLIMATE required by field VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS is hid…
Dtest-baseline.txt78 MissingPermission: android.car.VehiclePropertyIds#HVAC_TEMPERATURE_DISPLAY_UNITS:
79 …ION_CONTROL_CAR_CLIMATE required by field VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS is hid…
Dcurrent.txt289 …car.permission.CONTROL_CAR_CLIMATE") public static final int HVAC_TEMPERATURE_DISPLAY_UNITS = 2894…
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java337 mProps.put(VehicleProperty.HVAC_TEMPERATURE_DISPLAY_UNITS, new Pair<>( in PropertyHalServiceIds()
576 mPropToValidValue.put(VehicleProperty.HVAC_TEMPERATURE_DISPLAY_UNITS, VEHICLE_UNITS); in PropertyHalServiceIds()
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java128 mProps.add(VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java194 VehiclePropertyIds.toString(VehiclePropertyIds.HVAC_TEMPERATURE_DISPLAY_UNITS)); in testToString()