Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java69 private static final BySelector DONE_BUTTON = field in LockscreenHelper
139 mDevice.wait(Until.findObject(DONE_BUTTON), LONG_TIMEOUT).click(); in setScreenLock()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java344 public static final String DONE_BUTTON = "DONE_BUTTON"; field in AutomotiveConfigConstants