Home
last modified time | relevance | path

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

/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
DRecentsTests.java97 UiObject2 clearAll = mDevice.wait(Until.findObject in testScrollThroughRecents() local
99 assertNotNull("Unable to scroll to top of recents", clearAll); in testScrollThroughRecents()
100 clearAll.click(); in testScrollThroughRecents()
135 UiObject2 clearAll = mDevice.wait(Until.findObject in testClearAllFromRecents() local
137 clearAll.click(); in testClearAllFromRecents()
DOverviewHelper.java126 UiObject2 clearAll = mDevice.wait(Until.findObject(By.text("CLEAR ALL")),TIMEOUT); in dockAppToTopMultiwindowSlot() local
127 if (clearAll != null) { in dockAppToTopMultiwindowSlot()
128 clearAll.click(); in dockAppToTopMultiwindowSlot()
/platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
DIRecentsHelper.java37 public void clearAll(); in clearAll() method
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DOverviewHelper.java173 UiObject2 clearAll = mDevice.wait(Until.findObject(By.text("CLEAR ALL")),TIMEOUT); in dockAppToTopMultiwindowSlot() local
174 if (clearAll != null) { in dockAppToTopMultiwindowSlot()
175 clearAll.click(); in dockAppToTopMultiwindowSlot()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java198 UiObject clearAll = mDevice.findObject(clearAllSelector); in prepareNotifications() local
199 if (clearAll.exists()) { in prepareNotifications()
200 clearAll.click(); in prepareNotifications()
633 UiObject clearAll = mDevice.findObject(clearAllSelector); in testClearAll() local
634 while (!clearAll.exists()) { in testClearAll()
637 clearAll.click(); in testClearAll()