Home
last modified time | relevance | path

Searched refs:HVAC_POWER_ON (Results 1 – 25 of 27) sorted by relevance

12

/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacController.java33 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
92 HVAC_ACTUAL_FAN_SPEED_RPM, HVAC_POWER_ON, HVAC_FAN_DIRECTION_AVAILABLE,
95 {HVAC_POWER_ON, HVAC_AUTO_ON, HVAC_FAN_DIRECTION_AVAILABLE};
102 HVAC_ACTUAL_FAN_SPEED_RPM, HVAC_POWER_ON, HVAC_FAN_DIRECTION_AVAILABLE,
155 mCarPropertyManager.getCarPropertyConfig(HVAC_POWER_ON);
395 if (value.getPropertyId() == HVAC_POWER_ON) { in handleHvacPropertyChange()
DTemperatureControlView.java19 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
116 if (value.getPropertyId() == HVAC_POWER_ON) { in onPropertyChanged()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java694 checkPropIdSupported(VehicleProperty.HVAC_POWER_ON); in getHvacPowerSupportedAreaId()
695 return getAllSupportedAreaId(VehicleProperty.HVAC_POWER_ON); in getHvacPowerSupportedAreaId()
697 Slogf.i(TAG, "%d is not supported.", VehicleProperty.HVAC_POWER_ON); in getHvacPowerSupportedAreaId()
710 checkPropIdSupported(VehicleProperty.HVAC_POWER_ON); in getHvacPowerDependentProps()
711 int[] configArray = mPropConfigsByPropId.get(VehicleProperty.HVAC_POWER_ON) in getHvacPowerDependentProps()
717 Slogf.i(TAG, "%d is not supported.", VehicleProperty.HVAC_POWER_ON); in getHvacPowerDependentProps()
799 HalPropValue propValues = get(mHalPropValueBuilder.build(VehicleProperty.HVAC_POWER_ON, in checkPropAvailable()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/toggle/
DHvacToggleButton.java20 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
164 if (value.getPropertyId() == HVAC_POWER_ON) { in onPropertyChanged()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/
DFanDirectionButtons.java21 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
159 if (value.getPropertyId() == HVAC_POWER_ON) { in onPropertyChanged()
DFanSpeedBar.java21 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
167 if (value.getPropertyId() == HVAC_POWER_ON) { in onPropertyChanged()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/custom/
DFanSpeedSeekBar.java21 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
204 if (value.getPropertyId() == HVAC_POWER_ON) { in onPropertyChanged()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/
DCarUiPortraitTemperatureControlView.java19 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
117 if (value.getPropertyId() == HVAC_POWER_ON) { in onPropertyChanged()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
DFanSpeedBarTest.java21 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
232 when(mHvacPowerProperty.getPropertyId()).thenReturn(HVAC_POWER_ON); in setPowerPropertyValue()
DTemperatureControlViewTest.java19 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
252 when(mHvacPowerProperty.getPropertyId()).thenReturn(HVAC_POWER_ON); in setPowerPropertyValue()
DHvacControllerTest.java23 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
155 when(mCarPropertyManager.getProperty(HVAC_POWER_ON, AREA_1)) in registerHvacView_retrieveHvacPropertiesToGetOnInit()
DFanDirectionButtonTest.java21 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
376 when(mHvacPowerProperty.getPropertyId()).thenReturn(HVAC_POWER_ON); in setPowerPropertyValue()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalValueDebugUtilsUnitTest.java49 assertThat(HalValueDebugUtils.toDebugString(VehicleProperty.HVAC_POWER_ON, in testToDebugString_handlesNonInteger()
DHalPropertyDebugUtilsUnitTest.java92 toAreaIdString(VehicleProperty.HVAC_POWER_ON, VehicleAreaSeat.UNKNOWN)).isEqualTo( in testToAreaIdString_handlesSeatAreaType()
94 assertThat(toAreaIdString(VehicleProperty.HVAC_POWER_ON, in testToAreaIdString_handlesSeatAreaType()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/toggle/
DHvacBooleanToggleButtonTest.java21 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
276 when(mHvacPowerProperty.getPropertyId()).thenReturn(HVAC_POWER_ON); in setPowerPropertyValue()
DHvacIntegerToggleButtonTest.java21 import static android.car.VehiclePropertyIds.HVAC_POWER_ON;
316 when(mHvacPowerProperty.getPropertyId()).thenReturn(HVAC_POWER_ON); in setPowerPropertyValue()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DDiagnosticJsonTest.java38 private static final int SOME_VEHICLE_PROPERTY = VehicleProperty.HVAC_POWER_ON;
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarPropertyTest.java177 saveProperty(VehicleProperty.HVAC_POWER_ON, HVAC_ALL); in setUp()
189 restoreProperty(VehicleProperty.HVAC_POWER_ON, HVAC_ALL); in tearDown()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java98 VehiclePropertyIds.HVAC_POWER_ON, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt64 MissingPermission: android.car.VehiclePropertyIds#HVAC_POWER_ON:
65 …r.PERMISSION_CONTROL_CAR_CLIMATE required by field VehiclePropertyIds.HVAC_POWER_ON is hidden or r…
Dtest-baseline.txt64 MissingPermission: android.car.VehiclePropertyIds#HVAC_POWER_ON:
65 …r.PERMISSION_CONTROL_CAR_CLIMATE required by field VehiclePropertyIds.HVAC_POWER_ON is hidden or r…
Dcurrent.txt383 …"android.car.permission.CONTROL_CAR_CLIMATE") public static final int HVAC_POWER_ON = 354419984; /…
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java208 propsToString.put(VehiclePropertyIds.HVAC_POWER_ON, "HVAC_POWER_ON"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1910 public static final int HVAC_POWER_ON = 354419984; field in VehiclePropertyIds
/packages/services/Car/car-lib-module/api/
Dcurrent.txt383 …"android.car.permission.CONTROL_CAR_CLIMATE") public static final int HVAC_POWER_ON = 354419984; /…

12