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.java175 private static final String OVERVIEW_RES_ID = "overview_panel"; field in LauncherInstrumentation
664 if (hasSystemLauncherObject(OVERVIEW_RES_ID)) return "Overview"; in getVisibleStateMessage()
900 waitUntilSystemLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
910 waitUntilSystemLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
920 waitUntilSystemLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
930 waitUntilSystemLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
960 return waitForSystemLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
974 return waitForSystemLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
980 waitUntilSystemLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
1213 || hasSystemLauncherObject(OVERVIEW_RES_ID)), in goHome()
[all …]