Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 722a22dc authored by Jeff Chang's avatar Jeff Chang
Browse files

Update Correct SplitScreen Flicker Modules

Reflecting updates in ag/23351756. We should update the usage.

Bug: 287035450
Test: atest WMShellFlickerTestsSplitScreen
Change-Id: Ic681e00445101f2805a1f0ca3df1e6b58d7445da
parent d6d7f44c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ import org.junit.runners.Parameterized
/**
 * Test copy content from the left to the right side of the split-screen.
 *
 * To run this test: `atest WMShellFlickerTests:CopyContentInSplit`
 * To run this test: `atest WMShellFlickerTestsSplitScreen:CopyContentInSplit`
 */
@RequiresDevice
@RunWith(Parameterized::class)
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ import org.junit.runners.Parameterized
/**
 * Test dismiss split screen by dragging the divider bar.
 *
 * To run this test: `atest WMShellFlickerTests:DismissSplitScreenByDivider`
 * To run this test: `atest WMShellFlickerTestsSplitScreen:DismissSplitScreenByDivider`
 */
@RequiresDevice
@RunWith(Parameterized::class)
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ import org.junit.runners.Parameterized
/**
 * Test dismiss split screen by go home.
 *
 * To run this test: `atest WMShellFlickerTests:DismissSplitScreenByGoHome`
 * To run this test: `atest WMShellFlickerTestsSplitScreen:DismissSplitScreenByGoHome`
 */
@RequiresDevice
@RunWith(Parameterized::class)
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ import org.junit.runners.Parameterized
/**
 * Test resize split by dragging the divider bar.
 *
 * To run this test: `atest WMShellFlickerTests:DragDividerToResize`
 * To run this test: `atest WMShellFlickerTestsSplitScreen:DragDividerToResize`
 */
@RequiresDevice
@RunWith(Parameterized::class)
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ import org.junit.runners.Parameterized
 * Test enter split screen by dragging app icon from all apps. This test is only for large screen
 * devices.
 *
 * To run this test: `atest WMShellFlickerTests:EnterSplitScreenByDragFromAllApps`
 * To run this test: `atest WMShellFlickerTestsSplitScreen:EnterSplitScreenByDragFromAllApps`
 */
@RequiresDevice
@RunWith(Parameterized::class)
Loading