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.java531 Launcher launcher, ContainerType expectedContainerType) { in checkLauncherIntegrity() argument
548 switch (expectedContainerType) { in checkLauncherIntegrity()
552 "Launcher is not resumed in state: " + expectedContainerType, in checkLauncherIntegrity()
560 "Launcher is not resumed in state: " + expectedContainerType, in checkLauncherIntegrity()
568 "Launcher is not resumed in state: " + expectedContainerType, in checkLauncherIntegrity()
575 assertTrue("Launcher is resumed in state: " + expectedContainerType, in checkLauncherIntegrity()
583 "Illegal container: " + expectedContainerType); in checkLauncherIntegrity()
588 + expectedContainerType, in checkLauncherIntegrity()
589 expectedContainerType == ContainerType.BACKGROUND || in checkLauncherIntegrity()
590 expectedContainerType == ContainerType.FALLBACK_OVERVIEW); in checkLauncherIntegrity()