Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/lock-screen-helper/src/android/platform/helpers/
DLockScreenHelperImpl.java96 getUiElementFromConfig(AutomotiveConfigConstants.LOCK_SCREEN_ENTER_KEY); in unlockByPin()
99 .validateUiObject(enter_button, AutomotiveConfigConstants.LOCK_SCREEN_ENTER_KEY); in unlockByPin()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java171 public static final String LOCK_SCREEN_ENTER_KEY = "LOCK_SCREEN_ENTER_KEY"; field in AutomotiveConfigConstants