Searched refs:SECURITY_SETTINGS (Results 1 – 7 of 7) sorted by relevance
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingsSecurityHelperImpl.java | 30 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/ |
D | LockScreenTest.java | 59 mSettingHelper.get().openSetting(AutoConfigConstants.SECURITY_SETTINGS); in openSecuritySettingFacet()
|
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/ |
D | SecuritySettingTest.java | 54 mSettingHelper.get().openSetting(AutoConfigConstants.SECURITY_SETTINGS); in openSecuritySettingFacet()
|
/platform_testing/libraries/automotive-helpers/lock-screen-helper/src/android/platform/helpers/ |
D | LockScreenHelperImpl.java | 73 mSettingHelper.get().openSetting(AutoConfigConstants.SECURITY_SETTINGS); in unlockByPassword()
|
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/ |
D | UxRestrictionTest.java | 118 mSettingHelper.get().findSettingMenuAndClick(AutoConfigConstants.SECURITY_SETTINGS); in testRestrictedSecuritySettings()
|
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/ |
D | AutoSettingsConfigUtility.java | 202 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()
|
D | AutoConfigConstants.java | 154 public static final String SECURITY_SETTINGS = "SECURITY"; field in AutoConfigConstants
|