Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DUnlockScreenRuleTest.java46 verify(rule.getUiDevice(), times(1)).wakeUp(); in testScreenOff()
62 verify(rule.getUiDevice(), times(0)).wakeUp(); in testScreenLocked()
78 verify(rule.getUiDevice(), times(0)).wakeUp(); in testScreenOn()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DUnlockScreenRule.java35 getUiDevice().wakeUp(); in starting()
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/system/
DScreenOn.java49 mDevice.wakeUp(); in testScreenOn()
/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
DCardsJankTest.java42 mDevice.wakeUp(); in setUp()
DQuickSettingsJankTest.java53 mDevice.wakeUp(); in setUp()
DSettingsFlingJankTest.java53 mDevice.wakeUp(); in setUp()
DWatchFacePickerJankTest.java47 mDevice.wakeUp(); in setUp()
/platform_testing/libraries/system-helpers/device-helper/src/android/system/helpers/
DDeviceHelper.java94 mDevice.wakeUp(); in sleepAndWakeUpDevice()
/platform_testing/libraries/aoa-helper/
DREADME.md23 Press the power `device.wakeUp()`, home `device.goHome()`, or back `device.goBack()` buttons.
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java186 mDevice.wakeUp(); in resetRecents()
385 mDevice.wakeUp(); in beforeNotificationListPull()
539 mDevice.wakeUp(); in testUnlock()
735 mDevice.wakeUp(); in afterAmbientWakeUp()
757 mDevice.wakeUp(); in testAmbientWakeUp()
772 mDevice.wakeUp(); in beforeGoToFullShade()
858 mDevice.wakeUp(); in beforePinAppearance()
/platform_testing/tests/perf/BootHelperApp/src/com/android/boothelper/
DBootHelperTest.java102 mDevice.wakeUp(); in dismissKeyguard()
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DLatencyTests.java247 mDevice.wakeUp(); in testPinCheckDelay()
268 mDevice.wakeUp(); in testRotationLatency()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DCommonLauncherHelper.java240 mDevice.wakeUp(); in unlockDeviceIfAsleep()
DLeanbackLauncherStrategy.java552 mDevice.wakeUp(); in unlockDeviceIfAsleep()
DTvLauncherStrategy.java773 mDevice.wakeUp();
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTests.java54 mDevice.wakeUp(); in setUp()
/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/
DAoaDevice.java272 public void wakeUp() { in wakeUp() method in AoaDevice
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/
DAutomationUtils.java59 device.wakeUp(); in wakeUpAndGoToHomeScreen()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DAbstractStandardAppHelper.java107 mDevice.wakeUp(); in open()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java277 mDevice.wakeUp(); in unlockScreenSwipeUp()
/platform_testing/libraries/aoa-helper/tests/src/com/android/helper/aoa/
DAoaDeviceTest.java264 mDevice.wakeUp(); in testWakeUp()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java93 mDevice.wakeUp(); in sleepAndWakeUpDevice()