/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | PressHomeRuleTest.java | 53 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/ |
D | LauncherJankTests.java | 70 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()
|
D | SystemUiJankTests.java | 153 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 …]
|
D | SettingsJankTests.java | 68 mDevice.pressHome(); in setUp()
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | PressHomeRule.java | 39 getUiDevice().pressHome(); in finished()
|
D | QuickstepPressureRule.java | 47 getUiDevice().pressHome(); in starting()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | IAutoLauncherStrategy.java | 104 void pressHome(); in pressHome() method
|
D | WearLauncherStrategy.java | 66 mDevice.pressHome(); in open() 83 mDevice.pressHome(); in openAllApps()
|
D | AllAppsScreenHelper.java | 57 mDevice.pressHome(); in launchAllAppsScreen()
|
D | LeanbackLauncherStrategy.java | 77 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()
|
D | NexusLauncherStrategy.java | 96 mDevice.pressHome(); in open()
|
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/ |
D | SystemAppJankTests.java | 56 mDevice.pressHome(); in afterTestSystemApp() 61 mDevice.pressHome(); in launchYoutube()
|
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/performancelaunch/hermeticapp/ |
D | PerformanceBase.java | 54 mDevice.pressHome(); in close()
|
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/ |
D | LatencyTests.java | 93 mDevice.pressHome(); in setUp() 255 mDevice.pressHome(); in testPinCheckDelay() 291 mDevice.pressHome(); in testRotationLatency() 353 mDevice.pressHome(); in testSettingsSearch()
|
D | AppTransitionTests.java | 201 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/ |
D | DPadUtil.java | 132 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/ |
D | SettingsHelper.java | 453 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/ |
D | HotseatHelper.java | 58 mDevice.pressHome(); in launchAppFromHotseat()
|
D | LockscreenHelper.java | 302 mDevice.pressHome(); in enterLockscreenCode() 308 mDevice.pressHome(); in enterLockscreenCode() 324 mDevice.pressHome(); in setAndEnterLockscreenPattern() 328 mDevice.pressHome(); in checkForHotseatOnHome()
|
D | QuickSettingsHelper.java | 128 mDevice.pressHome(); in launchQuickSetting()
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationBundlingTests.java | 53 mDevice.pressHome(); in setUp() 65 mDevice.pressHome(); in tearDown()
|
D | NotificationInlineReplyTests.java | 59 mDevice.pressHome(); in setUp() 66 mDevice.pressHome(); in tearDown()
|
D | HeadsUpNotificationTests.java | 57 mDevice.pressHome(); in setUp() 64 mDevice.pressHome(); in tearDown()
|
/platform_testing/tests/functional/calculator/src/com/android/calculator/functional/ |
D | CalculatorTests.java | 45 mDevice.pressHome(); in setUp() 51 mDevice.pressHome(); in tearDown()
|
/platform_testing/tests/functional/applinktests/src/com/android/functional/applinktests/ |
D | AppLinkTests.java | 87 mDevice.pressHome(); in testUserSetToJustOnceAndAlways() 92 mDevice.pressHome(); in testUserSetToJustOnceAndAlways() 210 mDevice.pressHome(); in tearDown()
|