Home
last modified time | relevance | path

Searched refs:pressHome (Results 1 – 25 of 40) sorted by relevance

12

/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DPressHomeRuleTest.java53 verify(rule.getUiDevice(), never()).pressHome(); in testPressHomeEnabled()
58 verify(rule.getUiDevice(), times(1)).pressHome(); in testPressHomeEnabled()
75 verify(rule.getUiDevice(), never()).pressHome(); in testPressHomeDisabled()
80 verify(rule.getUiDevice(), times(0)).pressHome(); in testPressHomeDisabled()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java70 mDevice.pressHome(); in setUp()
89 mLauncher.pressHome().switchToOverview(); in resetAndOpenRecents()
118 mLauncher.pressHome().switchToAllApps(); in openAllApps()
144 mLauncher.pressHome().ensureWorkspaceIsScrollable(); in makeHomeScrollable()
170 mLauncher.pressHome().openAllWidgets(); in openAllWidgets()
218 mLauncher.pressHome(); in testOpenCloseMessagesApp()
DSystemUiJankTests.java153 mDevice.pressHome(); in goHome()
187 mLauncher.pressHome().switchToOverview(); in resetRecents()
201 mDevice.pressHome(); in prepareNotifications()
486 mDevice.pressHome(); in afterQuickSettings()
521 mDevice.pressHome(); in afterUnlock()
558 mDevice.pressHome(); in afterExpand()
641 mDevice.pressHome(); in afterChangeBrightness()
681 mDevice.pressHome(); in afterNotificationAppear()
873 mDevice.pressHome(); in afterPinAppearance()
914 mDevice.pressHome(); in afterLaunchSettingsLoop()
[all …]
DSettingsJankTests.java68 mDevice.pressHome(); in setUp()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DPressHomeRule.java39 getUiDevice().pressHome(); in finished()
DQuickstepPressureRule.java47 getUiDevice().pressHome(); in starting()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DIAutoLauncherStrategy.java104 void pressHome(); in pressHome() method
DWearLauncherStrategy.java66 mDevice.pressHome(); in open()
83 mDevice.pressHome(); in openAllApps()
DAllAppsScreenHelper.java57 mDevice.pressHome(); in launchAllAppsScreen()
DLeanbackLauncherStrategy.java77 mDPadUtil.pressHome(); in open()
262 mDPadUtil.pressHome(); // Home key to move to the first card in the Notification row in selectNotificationRow()
569 mDPadUtil.pressHome(); in findNotificationCard()
596 mDPadUtil.pressHome(); in findNotificationCard()
DNexusLauncherStrategy.java96 mDevice.pressHome(); in open()
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
DSystemAppJankTests.java56 mDevice.pressHome(); in afterTestSystemApp()
61 mDevice.pressHome(); in launchYoutube()
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/performancelaunch/hermeticapp/
DPerformanceBase.java54 mDevice.pressHome(); in close()
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DLatencyTests.java93 mDevice.pressHome(); in setUp()
255 mDevice.pressHome(); in testPinCheckDelay()
291 mDevice.pressHome(); in testRotationLatency()
353 mDevice.pressHome(); in testSettingsSearch()
DAppTransitionTests.java201 mDevice.pressHome(); in testColdLaunchFromLauncher()
245 mDevice.pressHome(); in testHotLaunchFromLauncher()
293 mDevice.pressHome(); in testAppToRecents()
327 final Workspace workspace = mLauncher.pressHome(); in testHotLaunchFromRecents()
356 mDevice.pressHome(); in setupAppLaunch()
390 mDevice.pressHome(); in cleanTestApps()
403 mDevice.pressHome(); in populateRecentsList()
/platform_testing/utils/dpad/src/android/platform/test/utils/
DDPadUtil.java132 public boolean pressHome() { in pressHome() method in DPadUtil
133 return mDevice.pressHome(); in pressHome()
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java453 mDevice.pressHome(); in toggleWiFiOnOffAndVerify()
482 mDevice.pressHome(); in toggleBTOnOffAndVerify()
501 mDevice.pressHome(); in toggleAirplaneModeOnOrOffAndVerify()
527 mDevice.pressHome(); in toggleLocationSettingsOnOrOffAndVerify()
556 mDevice.pressHome(); in toggleQuickSettingDNDAndVerify()
597 mDevice.pressHome(); in toggleQuickSettingFlashLightAndVerify()
610 mDevice.pressHome(); in toggleQuickSettingOrientationAndVerify()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DHotseatHelper.java58 mDevice.pressHome(); in launchAppFromHotseat()
DLockscreenHelper.java302 mDevice.pressHome(); in enterLockscreenCode()
308 mDevice.pressHome(); in enterLockscreenCode()
324 mDevice.pressHome(); in setAndEnterLockscreenPattern()
328 mDevice.pressHome(); in checkForHotseatOnHome()
DQuickSettingsHelper.java128 mDevice.pressHome(); in launchQuickSetting()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationBundlingTests.java53 mDevice.pressHome(); in setUp()
65 mDevice.pressHome(); in tearDown()
DNotificationInlineReplyTests.java59 mDevice.pressHome(); in setUp()
66 mDevice.pressHome(); in tearDown()
DHeadsUpNotificationTests.java57 mDevice.pressHome(); in setUp()
64 mDevice.pressHome(); in tearDown()
/platform_testing/tests/functional/calculator/src/com/android/calculator/functional/
DCalculatorTests.java45 mDevice.pressHome(); in setUp()
51 mDevice.pressHome(); in tearDown()
/platform_testing/tests/functional/applinktests/src/com/android/functional/applinktests/
DAppLinkTests.java87 mDevice.pressHome(); in testUserSetToJustOnceAndAlways()
92 mDevice.pressHome(); in testUserSetToJustOnceAndAlways()
210 mDevice.pressHome(); in tearDown()

12