Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DUnlockScreenRule.java27 protected static final BySelector SCREEN_LOCK = field in UnlockScreenRule
37 if (getUiDevice().hasObject(SCREEN_LOCK)) { in starting()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DUnlockScreenRuleTest.java100 when(mUiDevice.hasObject(SCREEN_LOCK)).thenReturn(!mIsUnlocked); in getUiDevice()