Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DSettingsConstants.java29 public static final String SECURITY_SETTINGS = "OPEN_SECURITY_SETTINGS_WORKFLOW"; field in SettingsConstants
DAutomotiveConfigConstants.java382 public static final String SECURITY_SETTINGS = "OPEN_SECURITY_SETTINGS_WORKFLOW"; field in AutomotiveConfigConstants
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSecuritySettingTest.java49 mSettingHelper.get().openSetting(SettingsConstants.SECURITY_SETTINGS); in openSecuritySettingFacet()
/platform_testing/tests/automotive/functional/lockscreen/src/android/platform/tests/
DLockScreenTest.java68 mSettingHelper.get().openSetting(SettingsConstants.SECURITY_SETTINGS); in openSecuritySettingFacet()
/platform_testing/libraries/automotive-helpers/lock-screen-helper/src/android/platform/helpers/
DLockScreenHelperImpl.java90 mSettingHelper.get().openSetting(SettingsConstants.SECURITY_SETTINGS); in unlockByPassword()
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DUxRestrictionTest.java127 mSettingHelper.get().openSetting(SettingsConstants.SECURITY_SETTINGS); in testRestrictedSecuritySettings()