Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSettingTest.java65 mSettingHelper.get().openSetting(AutoConfigConstants.SOUND_SETTINGS); in testSoundSettings()
DSoundSettingTest.java58 mSettingHelper.get().openSetting(AutoConfigConstants.SOUND_SETTINGS); in openSoundsSettingFacet()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSoundsHelperImpl.java150 AutoConfigConstants.SOUND_SETTINGS, in setSound()
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DUxRestrictionTest.java73 mSettingHelper.get().openSetting(AutoConfigConstants.SOUND_SETTINGS); in testRestrictedSoundSettings()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DAutoSettingsConfigUtility.java191 AutoConfigConstants.SOUND_SETTINGS, new String[] {"Media volume", "Alarm volume"}); in loadDefaultSettingOptions()
207 mSettingsPathMap.put(AutoConfigConstants.SOUND_SETTINGS, new String[] {"Sound"}); in loadDefaultSettingPaths()
316 mSettingsConfigMap.put(AutoConfigConstants.SOUND_SETTINGS, soundSettingsConfiguration); in loadDefaultSoundSettingsConfig()
DAutoConfigConstants.java75 public static final String SOUND_SETTINGS = "SOUND"; field in AutoConfigConstants