Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSecurityHelperImpl.java97 getUiElementFromConfig(AutomotiveConfigConstants.SECURITY_SETTINGS_TITLE); in openChooseLockTypeMenu()
100 .validateUiObjects(titles, AutomotiveConfigConstants.SECURITY_SETTINGS_TITLE); in openChooseLockTypeMenu()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java152 public static final String SECURITY_SETTINGS_TITLE = "SECURITY_SETTINGS_TITLE"; field in AutomotiveConfigConstants