Home
last modified time | relevance | path

Searched refs:SECURITY_SETTINGS_ENTER_PASSWORD (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSecurityHelperImpl.java118 getUiElementFromConfig(AutomotiveConfigConstants.SECURITY_SETTINGS_ENTER_PASSWORD); in typePasswordOnTextEditor()
122 textEditor, AutomotiveConfigConstants.SECURITY_SETTINGS_ENTER_PASSWORD); in typePasswordOnTextEditor()
182 getUiElementFromConfig(AutomotiveConfigConstants.SECURITY_SETTINGS_ENTER_PASSWORD); in unlockByPassword()
186 textEditor, AutomotiveConfigConstants.SECURITY_SETTINGS_ENTER_PASSWORD); in unlockByPassword()
238 getUiElementFromConfig(AutomotiveConfigConstants.SECURITY_SETTINGS_ENTER_PASSWORD); in isDeviceLocked()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java154 public static final String SECURITY_SETTINGS_ENTER_PASSWORD = field in AutomotiveConfigConstants