Home
last modified time | relevance | path

Searched refs:recents (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DAutomationUtils.kt121 var recents = this.wait(Until.findObject(recentsSysUISelector), FIND_TIMEOUT) in openQuickstep() variable
125 if (recents == null) { in openQuickstep()
131 recents = this.wait(Until.findObject(recentsSysUISelector), FIND_TIMEOUT) in openQuickstep()
133 assertNotNull("Recent items didn't appear", recents) in openQuickstep()
/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
DRecentsTests.java63 UiObject2 recents = mOverviewHelper.navigateToRecents(); in testNavigateToRecents() local
64 assertNotNull("Recents view not reached on tapping recents", recents); in testNavigateToRecents()
DOverviewHelper.java101 public void scrollToTopOfRecents(UiObject2 recents) { in scrollToTopOfRecents() argument
102 Rect r = recents.getVisibleBounds(); in scrollToTopOfRecents()
/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java123 int recents = mDevice.wait(Until.findObjects( in clearRecents() local
126 for (int i = 0; i < recents; ++i) { in clearRecents()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DOverviewHelper.java148 public void scrollToTopOfRecents(UiObject2 recents) { in scrollToTopOfRecents() argument
149 Rect r = recents.getVisibleBounds(); in scrollToTopOfRecents()