Home
last modified time | relevance | path

Searched refs:HalPropValueSetter (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPowerHalServiceUnitTest.java436 VehicleHal.HalPropValueSetter propValueSetter = mock(VehicleHal.HalPropValueSetter.class); in testSendDisplayBrightness()
454 VehicleHal.HalPropValueSetter propValueSetter = mock(VehicleHal.HalPropValueSetter.class); in testSendDisplayBrightness_perDisplayBrightnessSupported()
475 VehicleHal.HalPropValueSetter propValueSetter = mock(VehicleHal.HalPropValueSetter.class); in testSendDisplayBrightnessPerDisplay()
555 VehicleHal.HalPropValueSetter propValueSetter = mock(VehicleHal.HalPropValueSetter.class); in testRequestShutdownAp()
585 VehicleHal.HalPropValueSetter propValueSetter = mock(VehicleHal.HalPropValueSetter.class); in testRequestShutdownAp_invalidInput()
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java1136 HalPropValueSetter set(int propId) { in set()
1141 HalPropValueSetter set(int propId, int areaId) { in set()
1142 return new HalPropValueSetter(propId, areaId); in set()
1552 final class HalPropValueSetter { class in VehicleHal
1556 private HalPropValueSetter(int propId, int areaId) { in HalPropValueSetter() method in VehicleHal.HalPropValueSetter