Home
last modified time | relevance | path

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

/aosp_15_r20/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.java121 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
244 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
280 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
DLauncherInstrumentation.java941 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
960 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
967 return waitForSystemLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
974 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
979 waitForSystemLauncherObject(SPLIT_PLACEHOLDER_RES_ID); in verifyVisibleObjects()
981 return waitForSystemLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
999 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
1568 UiObject2 waitForSystemLauncherObject(String resName) { in waitForSystemLauncherObject() method
DSearchResultFromQsb.java44 mSearchContainer = mLauncher.waitForSystemLauncherObject(SEARCH_CONTAINER_RES_ID); in SearchResultFromQsb()
DBaseOverview.java416 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID); in getTaskbar()