Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java173 static final String WORKSPACE_RES_ID = "workspace"; field in LauncherInstrumentation
665 if (hasLauncherObject(WORKSPACE_RES_ID)) return "Workspace"; in getVisibleStateMessage()
905 return waitForLauncherObject(WORKSPACE_RES_ID); in verifyVisibleObjects()
908 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
918 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
928 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
950 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
964 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
977 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
1185 if (hasLauncherObject(WORKSPACE_RES_ID)) { in goHome()
[all …]