Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DDisplaySettingTest.java46 mSettingHelper.get().openSetting(SettingsConstants.DISPLAY_SETTINGS); in testBrightnessIncrease()
69 mSettingHelper.get().openSetting(SettingsConstants.DISPLAY_SETTINGS); in testAdaptiveBrightnessDefaultValue()
82 mSettingHelper.get().openSetting(SettingsConstants.DISPLAY_SETTINGS); in testAdaptiveBrightnessToggle()
DSettingTest.java52 mSettingHelper.get().openSetting(SettingsConstants.DISPLAY_SETTINGS); in testDisplaySettings()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DSettingsConstants.java30 public static final String DISPLAY_SETTINGS = "OPEN_DISPLAY_SETTINGS_WORKFLOW"; field in SettingsConstants