Searched refs:DISPLAY_BRIGHTNESS (Results 1 – 11 of 11) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PowerHalServiceUnitTest.java | 33 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/ |
D | PowerHalService.java | 21 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/ |
D | FakeVehicleStubUnitTest.java | 388 .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/ |
D | baseline.txt | 10 MissingPermission: android.car.VehiclePropertyIds#DISPLAY_BRIGHTNESS: 11 …Permission Car.PERMISSION_CAR_POWER required by field VehiclePropertyIds.DISPLAY_BRIGHTNESS is hid…
|
D | test-baseline.txt | 10 MissingPermission: android.car.VehiclePropertyIds#DISPLAY_BRIGHTNESS: 11 …Permission Car.PERMISSION_CAR_POWER required by field VehiclePropertyIds.DISPLAY_BRIGHTNESS is hid…
|
D | lint-baseline.txt | 204 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
|
D | current.txt | 327 …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/ |
D | VehiclePropertyIdsTest.java | 227 propsToString.put(VehiclePropertyIds.DISPLAY_BRIGHTNESS, "DISPLAY_BRIGHTNESS"); in testToString()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 2265 public static final int DISPLAY_BRIGHTNESS = 289409539; field in VehiclePropertyIds
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 327 …ission("android.car.permission.CAR_POWER") public static final int DISPLAY_BRIGHTNESS = 289409539;…
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2577 field TIRAMISU_0 int DISPLAY_BRIGHTNESS = 289409539;
|