Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DUnlockScreenRuleTest.java88 private boolean mIsUnlocked; field in UnlockScreenRuleTest.TestableUnlockScreenRule
93 mIsUnlocked = isUnlocked; in TestableUnlockScreenRule()
100 when(mUiDevice.hasObject(SCREEN_LOCK)).thenReturn(!mIsUnlocked); in getUiDevice()