Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java165 private static final String OVERVIEW_RES_ID = "overview_panel"; field in LauncherInstrumentation
511 if (hasLauncherObject(OVERVIEW_RES_ID)) return "Overview"; in getVisibleStateMessage()
704 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
711 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
716 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
725 return waitForLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
728 return waitForFallbackLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
733 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
885 || hasLauncherObject(OVERVIEW_RES_ID)), in pressHome()
937 final String[] containerResources = {WORKSPACE_RES_ID, OVERVIEW_RES_ID, APPS_RES_ID}; in isLauncherContainerVisible()