Searched refs:waitForObjectsInContainer (Results 1 – 4 of 4) sorted by relevance
64 new ArrayList<>(mLauncher.waitForObjectsInContainer( in findWebSuggestion()84 new ArrayList<>(mLauncher.waitForObjectsInContainer( in getSearchResultItemSize()
112 return mLauncher.waitForObjectsInContainer( in getIconNames()
288 mLauncher.waitForObjectsInContainer(workspace, AppIcon.getAnyAppIconSelector()); in getWorkspaceIconsPositions()
1273 return waitForObjectsInContainer(container, selector).get(0); in waitForObjectInContainer()1277 List<UiObject2> waitForObjectsInContainer( in waitForObjectsInContainer() method