Searched refs:clearAll (Results 1 – 6 of 6) sorted by relevance
37 public void clearAll(); in clearAll() method
109 UiObject2 clearAll = mDevice.wait(Until.findObject in testScrollThroughRecents() local111 assertNotNull("Unable to scroll to top of recents", clearAll); in testScrollThroughRecents()112 clearAll.click(); in testScrollThroughRecents()147 UiObject2 clearAll = mDevice.wait(Until.findObject in testClearAllFromRecents() local149 clearAll.click(); in testClearAllFromRecents()
135 UiObject2 clearAll = mDevice.wait(Until.findObject(By.text("CLEAR ALL")),TIMEOUT); in dockAppToTopMultiwindowSlot() local136 if (!clearAll.equals(null)) { in dockAppToTopMultiwindowSlot()137 clearAll.click(); in dockAppToTopMultiwindowSlot()
173 UiObject2 clearAll = mDevice.wait(Until.findObject(By.text("CLEAR ALL")),TIMEOUT); in dockAppToTopMultiwindowSlot() local174 if (!clearAll.equals(null)) { in dockAppToTopMultiwindowSlot()175 clearAll.click(); in dockAppToTopMultiwindowSlot()
198 UiObject clearAll = mDevice.findObject(clearAllSelector); in prepareNotifications() local199 if (clearAll.exists()) { in prepareNotifications()200 clearAll.click(); in prepareNotifications()633 UiObject clearAll = mDevice.findObject(clearAllSelector); in testClearAll() local634 while (!clearAll.exists()) { in testClearAll()637 clearAll.click(); in testClearAll()
135 UiObject2 clearAll = findByText(text); in testDismissAll() local136 assertNotNull("could not find clear all target", clearAll); in testDismissAll()137 clearAll.click(); in testDismissAll()