Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSystemHelperImpl.java65 AutoConfigConstants.SYSTEM_SETTINGS, in getCurrentLanguage()
69 AutoConfigConstants.SYSTEM_SETTINGS, in getCurrentLanguage()
83 AutoConfigConstants.SYSTEM_SETTINGS, in getDeviceModel()
97 AutoConfigConstants.SYSTEM_SETTINGS, in getAndroidVersion()
111 AutoConfigConstants.SYSTEM_SETTINGS, in getAndroidSecurityPatchLevel()
153 AutoConfigConstants.SYSTEM_SETTINGS, in getKernelVersion()
167 AutoConfigConstants.SYSTEM_SETTINGS, in getBuildNumber()
182 AutoConfigConstants.SYSTEM_SETTINGS, in resetNetwork()
190 AutoConfigConstants.SYSTEM_SETTINGS, in resetNetwork()
199 AutoConfigConstants.SYSTEM_SETTINGS, in resetNetwork()
[all …]
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSettingTest.java81 mSettingHelper.get().openSetting(AutoConfigConstants.SYSTEM_SETTINGS); in testSystemSettings()
DSystemSettingTest.java53 mSettingHelper.get().openSetting(AutoConfigConstants.SYSTEM_SETTINGS); in openSystemFacet()
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DUxRestrictionTest.java127 mSettingHelper.get().findSettingMenuAndClick(AutoConfigConstants.SYSTEM_SETTINGS); in testRestrictedSystemSettings()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DAutoSettingsConfigUtility.java201 AutoConfigConstants.SYSTEM_SETTINGS, new String[] {"System update"}); in loadDefaultSettingOptions()
217 mSettingsPathMap.put(AutoConfigConstants.SYSTEM_SETTINGS, new String[] {"System"}); in loadDefaultSettingPaths()
479 mSettingsConfigMap.put(AutoConfigConstants.SYSTEM_SETTINGS, systemSettingsConfiguration); in loadDefaultSystemSettingsConfig()
DAutoConfigConstants.java110 public static final String SYSTEM_SETTINGS = "SYSTEM"; field in AutoConfigConstants