Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DTaskbar.java50 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID); in Taskbar()
67 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID), in getAppIcon()
84 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID); in swipeDownToStash()
111 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID), in openAllApps()
142 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID), in getIconNames()
157 return mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID).getVisibleBounds(); in getVisibleBounds()
DLaunchedAppState.java106 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
229 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
265 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
DSearchResultFromQsb.java44 mSearchContainer = mLauncher.waitForSystemLauncherObject(SEARCH_CONTAINER_RES_ID); in SearchResultFromQsb()
DLauncherInstrumentation.java934 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
953 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
960 return waitForSystemLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
967 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
972 waitForSystemLauncherObject(SPLIT_PLACEHOLDER_RES_ID); in verifyVisibleObjects()
974 return waitForSystemLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
992 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
1558 UiObject2 waitForSystemLauncherObject(String resName) { in waitForSystemLauncherObject() method
DBaseOverview.java380 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID); in getTaskbar()