Searched refs:SYSTEM_SETTINGS (Results 1 – 6 of 6) sorted by relevance
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingsSystemHelperImpl.java | 65 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/ |
D | SettingTest.java | 81 mSettingHelper.get().openSetting(AutoConfigConstants.SYSTEM_SETTINGS); in testSystemSettings()
|
D | SystemSettingTest.java | 53 mSettingHelper.get().openSetting(AutoConfigConstants.SYSTEM_SETTINGS); in openSystemFacet()
|
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/ |
D | UxRestrictionTest.java | 127 mSettingHelper.get().findSettingMenuAndClick(AutoConfigConstants.SYSTEM_SETTINGS); in testRestrictedSystemSettings()
|
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/ |
D | AutoSettingsConfigUtility.java | 201 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()
|
D | AutoConfigConstants.java | 110 public static final String SYSTEM_SETTINGS = "SYSTEM"; field in AutoConfigConstants
|