Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DTaskbar.java56 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID), in getAppIcon()
72 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID); in hide()
101 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID), in openAllApps()
113 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID), in getIconNames()
128 return mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID).getVisibleBounds(); in getVisibleBounds()
DLaunchedAppState.java83 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
105 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
135 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
230 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
266 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
DSearchResultFromQsb.java65 mLauncher.waitForSystemLauncherObject(SEARCH_CONTAINER_RES_ID), in findWebSuggestion()
85 mLauncher.waitForSystemLauncherObject(SEARCH_CONTAINER_RES_ID), in getSearchResultItemSize()
DLauncherInstrumentation.java777 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
791 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
814 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
827 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
833 return waitForSystemLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
840 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
845 waitForSystemLauncherObject(SPLIT_PLACEHOLDER_RES_ID); in verifyVisibleObjects()
846 return waitForSystemLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
860 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
1331 UiObject2 waitForSystemLauncherObject(String resName) { in waitForSystemLauncherObject() method