Searched refs:clearAll (Results 1 – 5 of 5) sorted by relevance
97 UiObject2 clearAll = mDevice.wait(Until.findObject in testScrollThroughRecents() local99 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() local137 clearAll.click(); in testClearAllFromRecents()
126 UiObject2 clearAll = mDevice.wait(Until.findObject(By.text("CLEAR ALL")),TIMEOUT); in dockAppToTopMultiwindowSlot() local127 if (clearAll != null) { in dockAppToTopMultiwindowSlot()128 clearAll.click(); in dockAppToTopMultiwindowSlot()
37 public void clearAll(); in clearAll() method
173 UiObject2 clearAll = mDevice.wait(Until.findObject(By.text("CLEAR ALL")),TIMEOUT); in dockAppToTopMultiwindowSlot() local174 if (clearAll != 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()