Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPowerHalServiceUnitTest.java33 import static android.hardware.automotive.vehicle.VehicleProperty.DISPLAY_BRIGHTNESS;
149 DISPLAY_BRIGHTNESS, in initPowerHal()
168 verify(mHal).subscribeProperty(any(), eq(DISPLAY_BRIGHTNESS)); in testInit()
187 verify(mHal).unsubscribePropertySafe(any(), eq(DISPLAY_BRIGHTNESS)); in testReleaseUnsubscribe()
268 AidlVehiclePropConfigBuilder.newBuilder(DISPLAY_BRIGHTNESS) in testHalEventListenerDisplayBrightnessChange()
275 HalPropValue value = mPropValueBuilder.build(DISPLAY_BRIGHTNESS, /* areaId= */ 0, in testHalEventListenerDisplayBrightnessChange()
286 AidlVehiclePropConfigBuilder.newBuilder(DISPLAY_BRIGHTNESS) in testHalEventListenerDisplayBrightnessChange_non100MaxBrightness()
296 HalPropValue value = mPropValueBuilder.build(DISPLAY_BRIGHTNESS, /* areaId= */ 0, in testHalEventListenerDisplayBrightnessChange_non100MaxBrightness()
437 when(mHal.set(VehicleProperty.DISPLAY_BRIGHTNESS, /* areaId= */ 0)) in testSendDisplayBrightness()
441 AidlVehiclePropConfigBuilder.newBuilder(DISPLAY_BRIGHTNESS) in testSendDisplayBrightness()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DPowerHalService.java21 import static android.hardware.automotive.vehicle.VehicleProperty.DISPLAY_BRIGHTNESS;
80 propertyInfo.put(DISPLAY_BRIGHTNESS, new PropertyInfo(/*needSubscription=*/ true)); in getSupportedProperties()
458 if (mProperties.get(DISPLAY_BRIGHTNESS) == null) { in sendDisplayBrightness()
469 mHal.set(VehicleProperty.DISPLAY_BRIGHTNESS, 0).to(brightnessToSet); in sendDisplayBrightness()
699 brightnessProperty = mProperties.get(DISPLAY_BRIGHTNESS); in init()
816 case DISPLAY_BRIGHTNESS: in dispatchEvents()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java388 .build(/* prop= */ VehicleProperty.DISPLAY_BRIGHTNESS, /* areaId= */ 1); in testGetMethodGlobalPropWithAreaIdNotZero()
865 /* propId= */ VehicleProperty.DISPLAY_BRIGHTNESS, /* areaId= */ 0, in testSetMethodGlobalPropWithAreaIdSetValueOutOfRange()
888 /* propId= */ VehicleProperty.DISPLAY_BRIGHTNESS, /* areaId= */ 0, in testSetMethodGlobalPropWithNoAreaIdSetValueOutOfRange()
911 /* propId= */ VehicleProperty.DISPLAY_BRIGHTNESS, /* areaId= */ 1, in testSetMethodGlobalPropWithAreaIdNotZero()
1041 /* propId= */ VehicleProperty.DISPLAY_BRIGHTNESS, /* areaId= */ 0, in testSetAsyncGlobalPropWithAreaIdSetValueOutOfRange()
1099 /* propId= */ VehicleProperty.DISPLAY_BRIGHTNESS, /* areaId= */ 0, in testSetAsyncOnMultipleRequests()
/packages/services/Car/car-lib/api/
Dbaseline.txt10 MissingPermission: android.car.VehiclePropertyIds#DISPLAY_BRIGHTNESS:
11 …Permission Car.PERMISSION_CAR_POWER required by field VehiclePropertyIds.DISPLAY_BRIGHTNESS is hid…
Dtest-baseline.txt10 MissingPermission: android.car.VehiclePropertyIds#DISPLAY_BRIGHTNESS:
11 …Permission Car.PERMISSION_CAR_POWER required by field VehiclePropertyIds.DISPLAY_BRIGHTNESS is hid…
Dlint-baseline.txt204 Todo: android.car.VehiclePropertyIds#DISPLAY_BRIGHTNESS:
710 UnflaggedApi: android.car.VehiclePropertyIds#DISPLAY_BRIGHTNESS:
711 … New API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.DISPLAY_BRIGHTNESS
Dcurrent.txt327 …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.java227 propsToString.put(VehiclePropertyIds.DISPLAY_BRIGHTNESS, "DISPLAY_BRIGHTNESS"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java2265 public static final int DISPLAY_BRIGHTNESS = 289409539; field in VehiclePropertyIds
/packages/services/Car/car-lib-module/api/
Dcurrent.txt327 …ission("android.car.permission.CAR_POWER") public static final int DISPLAY_BRIGHTNESS = 289409539;…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2577 field TIRAMISU_0 int DISPLAY_BRIGHTNESS = 289409539;