Searched refs:WORKSPACE_RES_ID (Results 1 – 1 of 1) sorted by relevance
163 private static final String WORKSPACE_RES_ID = "workspace"; field in LauncherInstrumentation512 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 …]