Loading libs/WindowManager/Shell/tests/e2e/bubbles/flicker-explicit/src/com/android/wm/shell/flicker/bubbles/BubbleFlickerTestBase.kt +2 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,8 @@ import org.junit.runners.Parameterized * The base class of Bubble flicker tests, which includes: * - Generic tests: checks there's no flicker in visible windows/layers * - Launcher visibility tests: checks launcher window/layer is always visible * - System Bars tests; checks the visibility of navigation and status bar * - System Bars tests: checks the visibility of navigation and status bar * - Verify all tests with both gestural and 3-button navigation mode */ @RunWith(Parameterized::class) abstract class BubbleFlickerTestBase : BubbleFlickerSubjects { Loading libs/WindowManager/Shell/tests/e2e/bubbles/flicker-explicit/src/com/android/wm/shell/flicker/bubbles/EnterBubbleViaDragToBubbleBarTest.kt +0 −7 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ import org.junit.Rule import org.junit.Test import org.junit.rules.TestRule import org.junit.runners.MethodSorters import org.junit.runners.Parameterized /** * Test entering bubble via dragging the [testApp] icon from task bar to bubble bar location. Loading Loading @@ -73,12 +72,6 @@ class EnterBubbleViaDragToBubbleBarTest(navBar: NavBar) : BubbleFlickerTestBase( transition = { launchBubbleViaDragToBubbleBar(testApp, tapl, wmHelper) }, tearDownAfterTransition = { testApp.exit(wmHelper) } ) // TODO(b/428566420): LauncherInstrumentation doesn't support to drag to bubble bar on 3 // button nav mode. @Parameterized.Parameters(name = "{0}") @JvmStatic fun data(): List<NavBar> = listOf(NavBar.MODE_GESTURAL) } @get:Rule Loading Loading
libs/WindowManager/Shell/tests/e2e/bubbles/flicker-explicit/src/com/android/wm/shell/flicker/bubbles/BubbleFlickerTestBase.kt +2 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,8 @@ import org.junit.runners.Parameterized * The base class of Bubble flicker tests, which includes: * - Generic tests: checks there's no flicker in visible windows/layers * - Launcher visibility tests: checks launcher window/layer is always visible * - System Bars tests; checks the visibility of navigation and status bar * - System Bars tests: checks the visibility of navigation and status bar * - Verify all tests with both gestural and 3-button navigation mode */ @RunWith(Parameterized::class) abstract class BubbleFlickerTestBase : BubbleFlickerSubjects { Loading
libs/WindowManager/Shell/tests/e2e/bubbles/flicker-explicit/src/com/android/wm/shell/flicker/bubbles/EnterBubbleViaDragToBubbleBarTest.kt +0 −7 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ import org.junit.Rule import org.junit.Test import org.junit.rules.TestRule import org.junit.runners.MethodSorters import org.junit.runners.Parameterized /** * Test entering bubble via dragging the [testApp] icon from task bar to bubble bar location. Loading Loading @@ -73,12 +72,6 @@ class EnterBubbleViaDragToBubbleBarTest(navBar: NavBar) : BubbleFlickerTestBase( transition = { launchBubbleViaDragToBubbleBar(testApp, tapl, wmHelper) }, tearDownAfterTransition = { testApp.exit(wmHelper) } ) // TODO(b/428566420): LauncherInstrumentation doesn't support to drag to bubble bar on 3 // button nav mode. @Parameterized.Parameters(name = "{0}") @JvmStatic fun data(): List<NavBar> = listOf(NavBar.MODE_GESTURAL) } @get:Rule Loading