Home
last modified time | relevance | path

Searched refs:getIntProperty (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarHvacManagerTest.java116 int speed = mCarHvacManager.getIntProperty(HvacPropertyId.ZONED_FAN_SPEED_SETPOINT, in testHvacFanSpeed()
122 speed = mCarHvacManager.getIntProperty(HvacPropertyId.ZONED_FAN_SPEED_SETPOINT, in testHvacFanSpeed()
/packages/services/Car/service/src/com/android/car/hal/
DInfoHalService.java88 int v = mHal.getVehicleNetwork().getIntProperty(prop.getProp()); in getInt()
DAudioHalService.java303 mVariant = mVehicleHal.getVehicleNetwork().getIntProperty( in init()
/packages/services/Car/car-lib/src/android/car/hardware/hvac/
DCarHvacManager.java280 public int getIntProperty(int prop, int area) throws CarNotConnectedException { in getIntProperty() method in CarHvacManager
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
DHvacTestFragment.java270 mCurFanSpeed = mCarHvacManager.getIntProperty( in configureFanSpeed()
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkMockedTest.java183 assertEquals(INT_VALUE, mVehicleNetwork.getIntProperty(CUSTOM_PROPERTY_INT32)); in testCustomZonedIntProperties()
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DVehicleNetwork.java302 public int getIntProperty(int property) throws IllegalArgumentException, in getIntProperty() method in VehicleNetwork
/packages/services/Car/car-lib/api/
Dsystem-current.txt591 method public int getIntProperty(int, int) throws android.car.CarNotConnectedException;