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

Commit e7a32084 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update Correct SplitScreen Flicker Modules" into udc-qpr-dev

parents d75df52b 722a22dc
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