Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java164 private static final String APPS_RES_ID = "apps_view"; field in LauncherInstrumentation
513 if (hasLauncherObject(APPS_RES_ID)) return "AllApps"; in getVisibleStateMessage()
703 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
710 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
718 return waitForLauncherObject(APPS_RES_ID); in verifyVisibleObjects()
721 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
732 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
884 && (hasLauncherObject(APPS_RES_ID) in pressHome()
937 final String[] containerResources = {WORKSPACE_RES_ID, OVERVIEW_RES_ID, APPS_RES_ID}; in isLauncherContainerVisible()