Searched refs:PER_DISPLAY_MAX_BRIGHTNESS (Results 1 – 2 of 2) sorted by relevance
91 private static final int PER_DISPLAY_MAX_BRIGHTNESS = 0x11410F4E; field in PowerHalServiceUnitTest151 PER_DISPLAY_MAX_BRIGHTNESS, in initPowerHal()365 AidlVehiclePropConfigBuilder.newBuilder(PER_DISPLAY_MAX_BRIGHTNESS) in testPerDisplayBrightnessChange_perDisplayMaxSupported()373 when(mHal.get(PER_DISPLAY_MAX_BRIGHTNESS)).thenReturn(mPropValueBuilder.build( in testPerDisplayBrightnessChange_perDisplayMaxSupported()374 PER_DISPLAY_MAX_BRIGHTNESS, /* areaId= */ 0, in testPerDisplayBrightnessChange_perDisplayMaxSupported()402 AidlVehiclePropConfigBuilder.newBuilder(PER_DISPLAY_MAX_BRIGHTNESS) in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplaySupported()410 when(mHal.get(PER_DISPLAY_MAX_BRIGHTNESS)).thenReturn(mPropValueBuilder.build( in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplaySupported()411 PER_DISPLAY_MAX_BRIGHTNESS, /* areaId= */ 0, in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplaySupported()
71 private static final int PER_DISPLAY_MAX_BRIGHTNESS = 0x11410F4E; field in PowerHalService84 propertyInfo.put(PER_DISPLAY_MAX_BRIGHTNESS, new PropertyInfo(/*needSubscription=*/ false)); in getSupportedProperties()721 || !mProperties.contains(PER_DISPLAY_MAX_BRIGHTNESS)) { in getMaxPerDisplayBrightnessFromVhalLocked()726 HalPropValue value = mHal.get(PER_DISPLAY_MAX_BRIGHTNESS); in getMaxPerDisplayBrightnessFromVhalLocked()