Home
last modified time | relevance | path

Searched refs:getFloatProperty (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/actuators/
DCarActuator.java139 float speedInMetersPerSecond = mCarPropertyManager.getFloatProperty( in informSpeed()
158 float pressureKPA = mCarPropertyManager.getFloatProperty( in informTirePressure()
/packages/services/Car/car-lib/src/android/car/hardware/hvac/
DCarHvacManager.java393 public float getFloatProperty(@PropertyId int propertyId, int area) { in getFloatProperty() method in CarHvacManager
394 return mCarPropertyMgr.getFloatProperty(propertyId, area); in getFloatProperty()
/packages/services/Car/car-lib/src/android/car/hardware/cabin/
DCarCabinManager.java549 public float getFloatProperty(@PropertyId int propertyId, int area) { in getFloatProperty() method in CarCabinManager
550 return mCarPropertyMgr.getFloatProperty(propertyId, area); in getFloatProperty()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarHvacManagerTest.java143 float temp = mCarHvacManager.getFloatProperty(CarHvacManager.ID_ZONED_TEMP_SETPOINT, in testHvacTempSetpoint()
149 temp = mCarHvacManager.getFloatProperty(CarHvacManager.ID_ZONED_TEMP_SETPOINT, in testHvacTempSetpoint()
DCarPropertyManagerTest.java461 assertThat(mManager.getFloatProperty(PROP_VALUE_STATUS_UNAVAILABLE_FLOAT, 0)).isEqualTo(0f); in testGetFloatPropertyWithUnavailableStatusBeforeS()
473 () -> mManager.getFloatProperty(PROP_VALUE_STATUS_UNAVAILABLE_FLOAT, 0)); in testGetFloatPropertyWithUnavailableStatusEqualAfterS()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/statusicon/ui/
DStatusBarSensorInfoManager.java120 mCarPropertyManager.getFloatProperty(ENV_OUTSIDE_TEMPERATURE, temperatureAreaId); in initializeHvacProperties()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
DHvacTestFragment.java454 mCurDTemp = mCarHvacManager.getFloatProperty(CarHvacManager.ID_ZONED_TEMP_SETPOINT, in configureTempSetpoint()
480 mCurPTemp = mCarHvacManager.getFloatProperty(CarHvacManager.ID_ZONED_TEMP_SETPOINT, in configureTempSetpoint()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java905 () -> mCarPropertyManager.getFloatProperty(INT32_PROP, 0)); in testGetIntProperty_wrongType()
944 assertThat(mCarPropertyManager.getFloatProperty(FLOAT_PROP, 0)).isEqualTo(1.f); in testGetFloatProperty()
953 assertThat(mCarPropertyManager.getFloatProperty(FLOAT_PROP, 0)).isEqualTo(0.f); in testGetFloatProperty_tryAgainBeforeR()
963 () -> mCarPropertyManager.getFloatProperty(FLOAT_PROP, 0)); in testGetFloatProperty_tryAgainEqualAfterR()
972 () -> mCarPropertyManager.getFloatProperty(INT32_PROP, 0)); in testGetFloatProperty_wrongType()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java2281 public float getFloatProperty(int propertyId, int areaId) { in getFloatProperty() method in CarPropertyManager
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1494 method TIRAMISU_0 float getFloatProperty(int propertyId, int area);
1548 method TIRAMISU_0 float getFloatProperty(int propertyId, int area);
1662 method TIRAMISU_0 float getFloatProperty(int prop, int area);
/packages/services/Car/car-lib/api/
Dcurrent.txt771 method public float getFloatProperty(int, int);
Dlint-baseline.txt1482 UnflaggedApi: android.car.hardware.property.CarPropertyManager#getFloatProperty(int, int):
1483 …with @FlaggedApi: method android.car.hardware.property.CarPropertyManager.getFloatProperty(int,int)
Dsystem-current.txt1098 method @Deprecated public float getFloatProperty(int, int);
1159 method @Deprecated public float getFloatProperty(int, int);
Dtest-current.txt1171 method @Deprecated public float getFloatProperty(int, int);
1232 method @Deprecated public float getFloatProperty(int, int);
Dsystem-lint-baseline.txt2596 UnflaggedApi: android.car.hardware.cabin.CarCabinManager#getFloatProperty(int, int):
2597 …agged with @FlaggedApi: method android.car.hardware.cabin.CarCabinManager.getFloatProperty(int,int)
2668 UnflaggedApi: android.car.hardware.hvac.CarHvacManager#getFloatProperty(int, int):
2669 …flagged with @FlaggedApi: method android.car.hardware.hvac.CarHvacManager.getFloatProperty(int,int)
/packages/services/Car/car-lib-module/api/
Dcurrent.txt771 method public float getFloatProperty(int, int);
Dsystem-current.txt1098 method @Deprecated public float getFloatProperty(int, int);
1159 method @Deprecated public float getFloatProperty(int, int);