Home
last modified time | relevance | path

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

/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/tests/functional/overviewtests/src/com/android/overview/functional/
DOverviewHelper.java110 public void scrollToTopOfRecents(UiObject2 recents) { in scrollToTopOfRecents() argument
111 Rect r = recents.getVisibleBounds(); in scrollToTopOfRecents()
DRecentsTests.java75 UiObject2 recents = mOverviewHelper.navigateToRecents(); in testNavigateToRecents() local
76 assertNotNull("Recents view not reached on tapping recents", recents); in testNavigateToRecents()
/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()