Home
last modified time | relevance | path

Searched refs:KEYGUARD_ROOT_VIEW (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DUnlockScreenRule.java39 protected static final BySelector KEYGUARD_ROOT_VIEW = field in UnlockScreenRule
61 screenLock = KEYGUARD_ROOT_VIEW; in unlockScreen()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DCommonLauncherHelper.java51 private static final BySelector KEYGUARD_ROOT_VIEW = field in CommonLauncherHelper
266 screenLock = KEYGUARD_ROOT_VIEW; in unlockDeviceIfAsleep()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DCommonLauncherHelper.java52 private static final BySelector KEYGUARD_ROOT_VIEW = field in CommonLauncherHelper
256 screenLock = KEYGUARD_ROOT_VIEW; in unlockDeviceIfAsleep()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DUnlockScreenRuleTest.java103 screenLock = KEYGUARD_ROOT_VIEW; in getUiDevice()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java61 protected static final BySelector KEYGUARD_ROOT_VIEW = field in LockscreenHelper
429 … assertTrue(mDevice.wait(Until.hasObject(KEYGUARD_ROOT_VIEW), MAX_SCREEN_LOCK_WAIT_TIME_MS)); in waitLockscreenVisible()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DAbstractStandardAppHelper2.java110 private static final BySelector KEYGUARD_ROOT_VIEW = field in AbstractStandardAppHelper2
240 screenLock = KEYGUARD_ROOT_VIEW; in open()
DAbstractStandardAppHelper.java119 private static final BySelector KEYGUARD_ROOT_VIEW = field in AbstractStandardAppHelper
249 screenLock = KEYGUARD_ROOT_VIEW; in open()