Home
last modified time | relevance | path

Searched refs:DISPLAY_BRIGHTNESS (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DPowerHalService.java21 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.DISPLAY_BRIGHTNESS;
52 DISPLAY_BRIGHTNESS
286 VehiclePropConfig prop = mProperties.get(DISPLAY_BRIGHTNESS); in sendDisplayBrightness()
291 mHal.set(VehicleProperty.DISPLAY_BRIGHTNESS, 0).to(brightness); in sendDisplayBrightness()
362 VehiclePropConfig brightnessProperty = mProperties.get(DISPLAY_BRIGHTNESS); in init()
428 case DISPLAY_BRIGHTNESS: in dispatchEvents()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java557 public static final int DISPLAY_BRIGHTNESS = 289409539; field in VehiclePropertyIds
1128 case DISPLAY_BRIGHTNESS: in toString()
/packages/services/Car/car-lib/api/
Dtest-baseline.txt10 MissingPermission: android.car.VehiclePropertyIds#DISPLAY_BRIGHTNESS:
11 …Permission Car.PERMISSION_CAR_POWER required by field VehiclePropertyIds.DISPLAY_BRIGHTNESS is hid…
Dbaseline.txt10 MissingPermission: android.car.VehiclePropertyIds#DISPLAY_BRIGHTNESS:
11 …Permission Car.PERMISSION_CAR_POWER required by field VehiclePropertyIds.DISPLAY_BRIGHTNESS is hid…
Dcurrent.txt236 …ission("android.car.permission.CAR_POWER") public static final int DISPLAY_BRIGHTNESS = 289409539;…
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java219 VehiclePropertyIds.toString(VehiclePropertyIds.DISPLAY_BRIGHTNESS)); in testToString()