Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DUnlockScreenRuleTest.java90 public TestableUnlockScreenRule(boolean isScreenOn, boolean isUnlocked) { in TestableUnlockScreenRule() argument
92 mIsScreenOn = isScreenOn; in TestableUnlockScreenRule()
99 when(mUiDevice.isScreenOn()).thenReturn(mIsScreenOn); in getUiDevice()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DUnlockScreenRule.java34 if (!getUiDevice().isScreenOn()) { in starting()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DCommonLauncherHelper.java239 if (!mDevice.isScreenOn()) { in unlockDeviceIfAsleep()
DLeanbackLauncherStrategy.java551 if (!mDevice.isScreenOn()) { in unlockDeviceIfAsleep()
DTvLauncherStrategy.java772 if (!mDevice.isScreenOn()) {
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DAbstractStandardAppHelper.java106 if (!mDevice.isScreenOn()) { in open()