Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSecurityHelperImpl.java30 AutoConfigConstants.SECURITY_SETTINGS, in setLockByPassword()
45 AutoConfigConstants.SECURITY_SETTINGS, in openChooseLockTypeMenu()
56 AutoConfigConstants.SECURITY_SETTINGS, in openChooseLockTypeMenu()
65 AutoConfigConstants.SECURITY_SETTINGS, in openChooseLockTypeMenu()
79 AutoConfigConstants.SECURITY_SETTINGS, in typePasswordOnTextEditor()
92 AutoConfigConstants.SECURITY_SETTINGS, in setLockByPin()
101 AutoConfigConstants.SECURITY_SETTINGS, in setLockByPin()
110 AutoConfigConstants.SECURITY_SETTINGS, in setLockByPin()
135 AutoConfigConstants.SECURITY_SETTINGS, in unlockByPassword()
149 AutoConfigConstants.SECURITY_SETTINGS, in unlockByPin()
[all …]
/platform_testing/tests/automotive/functional/lockscreen/src/android/platform/tests/
DLockScreenTest.java59 mSettingHelper.get().openSetting(AutoConfigConstants.SECURITY_SETTINGS); in openSecuritySettingFacet()
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSecuritySettingTest.java54 mSettingHelper.get().openSetting(AutoConfigConstants.SECURITY_SETTINGS); in openSecuritySettingFacet()
/platform_testing/libraries/automotive-helpers/lock-screen-helper/src/android/platform/helpers/
DLockScreenHelperImpl.java73 mSettingHelper.get().openSetting(AutoConfigConstants.SECURITY_SETTINGS); in unlockByPassword()
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DUxRestrictionTest.java118 mSettingHelper.get().findSettingMenuAndClick(AutoConfigConstants.SECURITY_SETTINGS); in testRestrictedSecuritySettings()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DAutoSettingsConfigUtility.java202 mSettingsOptionsMap.put(AutoConfigConstants.SECURITY_SETTINGS, new String[] {}); in loadDefaultSettingOptions()
218 mSettingsPathMap.put(AutoConfigConstants.SECURITY_SETTINGS, new String[] {"Security"}); in loadDefaultSettingPaths()
588 AutoConfigConstants.SECURITY_SETTINGS, securitySettingsConfiguration); in loadDefaultSecuritySettingsConfig()
DAutoConfigConstants.java154 public static final String SECURITY_SETTINGS = "SECURITY"; field in AutoConfigConstants