Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java42 private static final String SCREEN_BRIGHTNESS = "screen_brightness"; field in SettingHelperImpl
388 SCREEN_BRIGHTNESS, in setBrightness()
391 () -> getValue(SCREEN_BRIGHTNESS)); in setBrightness()
392 return mSeekUtility.seek(SCREEN_BRIGHTNESS, targetPercentage); in setBrightness()