Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java163 private static final String WORKSPACE_RES_ID = "workspace"; field in LauncherInstrumentation
512 if (hasLauncherObject(WORKSPACE_RES_ID)) return "Workspace"; in getVisibleStateMessage()
706 return waitForLauncherObject(WORKSPACE_RES_ID); in verifyVisibleObjects()
709 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
715 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
722 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
731 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
847 ? !isLauncher3() || hasLauncherObject(WORKSPACE_RES_ID) in pressHome()
853 if (hasLauncherObject(WORKSPACE_RES_ID)) { in pressHome()
883 !hasLauncherObject(WORKSPACE_RES_ID) in pressHome()
[all …]