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.java151 private static final String OVERVIEW_RES_ID = "overview_panel"; field in LauncherInstrumentation
402 if (hasLauncherObject(OVERVIEW_RES_ID)) return "Overview"; in getVisibleStateMessage()
579 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
586 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
591 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
604 return waitForLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
607 return waitForFallbackLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
612 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
714 || hasLauncherObject(OVERVIEW_RES_ID))); in pressHome()