Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java157 private static final String OVERVIEW_RES_ID = "overview_panel"; field in LauncherInstrumentation
414 if (hasLauncherObject(OVERVIEW_RES_ID)) return "Overview"; in getVisibleStateMessage()
604 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
611 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
616 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
625 return waitForLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
628 return waitForFallbackLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
633 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
749 || hasLauncherObject(OVERVIEW_RES_ID)), in pressHome()