/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | UnlockScreenRuleTest.java | 46 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/ |
D | UnlockScreenRule.java | 35 getUiDevice().wakeUp(); in starting()
|
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/system/ |
D | ScreenOn.java | 49 mDevice.wakeUp(); in testScreenOn()
|
/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/ |
D | CardsJankTest.java | 42 mDevice.wakeUp(); in setUp()
|
D | QuickSettingsJankTest.java | 53 mDevice.wakeUp(); in setUp()
|
D | SettingsFlingJankTest.java | 53 mDevice.wakeUp(); in setUp()
|
D | WatchFacePickerJankTest.java | 47 mDevice.wakeUp(); in setUp()
|
/platform_testing/libraries/system-helpers/device-helper/src/android/system/helpers/ |
D | DeviceHelper.java | 94 mDevice.wakeUp(); in sleepAndWakeUpDevice()
|
/platform_testing/libraries/aoa-helper/ |
D | README.md | 23 Press the power `device.wakeUp()`, home `device.goHome()`, or back `device.goBack()` buttons.
|
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | SystemUiJankTests.java | 186 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/ |
D | BootHelperTest.java | 102 mDevice.wakeUp(); in dismissKeyguard()
|
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/ |
D | LatencyTests.java | 247 mDevice.wakeUp(); in testPinCheckDelay() 268 mDevice.wakeUp(); in testRotationLatency()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | CommonLauncherHelper.java | 240 mDevice.wakeUp(); in unlockDeviceIfAsleep()
|
D | LeanbackLauncherStrategy.java | 552 mDevice.wakeUp(); in unlockDeviceIfAsleep()
|
D | TvLauncherStrategy.java | 773 mDevice.wakeUp();
|
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/ |
D | UiBenchJankTests.java | 54 mDevice.wakeUp(); in setUp()
|
/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/ |
D | AoaDevice.java | 272 public void wakeUp() { in wakeUp() method in AoaDevice
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/ |
D | AutomationUtils.java | 59 device.wakeUp(); in wakeUpAndGoToHomeScreen()
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | AbstractStandardAppHelper.java | 107 mDevice.wakeUp(); in open()
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | LockscreenHelper.java | 277 mDevice.wakeUp(); in unlockScreenSwipeUp()
|
/platform_testing/libraries/aoa-helper/tests/src/com/android/helper/aoa/ |
D | AoaDeviceTest.java | 264 mDevice.wakeUp(); in testWakeUp()
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationHelper.java | 93 mDevice.wakeUp(); in sleepAndWakeUpDevice()
|