Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java409 Launcher launcher, ContainerType expectedContainerType) { in checkLauncherIntegrity() argument
426 switch (expectedContainerType) { in checkLauncherIntegrity()
430 "Launcher is not resumed in state: " + expectedContainerType, in checkLauncherIntegrity()
438 "Launcher is not resumed in state: " + expectedContainerType, in checkLauncherIntegrity()
446 "Launcher is not resumed in state: " + expectedContainerType, in checkLauncherIntegrity()
453 assertTrue("Launcher is resumed in state: " + expectedContainerType, in checkLauncherIntegrity()
461 "Illegal container: " + expectedContainerType); in checkLauncherIntegrity()
466 + expectedContainerType, in checkLauncherIntegrity()
467 expectedContainerType == ContainerType.BACKGROUND || in checkLauncherIntegrity()
468 expectedContainerType == ContainerType.FALLBACK_OVERVIEW); in checkLauncherIntegrity()