Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTest.kt +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.wm.shell.flicker.apppairs package com.android.wm.shell.flicker.apppairs import android.platform.test.annotations.Presubmit import android.os.SystemClock import android.os.SystemClock import android.util.Log import android.util.Log import android.view.Surface import android.view.Surface Loading Loading @@ -43,6 +44,7 @@ import java.io.IOException * Test AppPairs launch. * Test AppPairs launch. * To run this test: `atest WMShellFlickerTests:AppPairsTest` * To run this test: `atest WMShellFlickerTests:AppPairsTest` */ */ @Presubmit @RequiresDevice @RequiresDevice @RunWith(Parameterized::class) @RunWith(Parameterized::class) @FixMethodOrder(MethodSorters.NAME_ASCENDING) @FixMethodOrder(MethodSorters.NAME_ASCENDING) Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/PipKeyboardTest.kt +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.wm.shell.flicker.pip package com.android.wm.shell.flicker.pip import android.platform.test.annotations.Presubmit import android.view.Surface import android.view.Surface import androidx.test.filters.RequiresDevice import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.dsl.FlickerBuilder import com.android.server.wm.flicker.dsl.FlickerBuilder Loading @@ -36,6 +37,7 @@ import org.junit.runners.Parameterized * Test Pip launch. * Test Pip launch. * To run this test: `atest WMShellFlickerTests:PipKeyboardTest` * To run this test: `atest WMShellFlickerTests:PipKeyboardTest` */ */ @Presubmit @RequiresDevice @RequiresDevice @RunWith(Parameterized::class) @RunWith(Parameterized::class) @FixMethodOrder(MethodSorters.NAME_ASCENDING) @FixMethodOrder(MethodSorters.NAME_ASCENDING) Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/EnterSplitScreenTest.kt +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.wm.shell.flicker.splitscreen package com.android.wm.shell.flicker.splitscreen import android.platform.test.annotations.Presubmit import android.view.Surface import android.view.Surface import androidx.test.filters.RequiresDevice import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.dsl.FlickerBuilder import com.android.server.wm.flicker.dsl.FlickerBuilder Loading @@ -38,6 +39,7 @@ import org.junit.runners.Parameterized * Test SplitScreen launch. * Test SplitScreen launch. * To run this test: `atest WMShellFlickerTests:EnterSplitScreenTest` * To run this test: `atest WMShellFlickerTests:EnterSplitScreenTest` */ */ @Presubmit @RequiresDevice @RequiresDevice @RunWith(Parameterized::class) @RunWith(Parameterized::class) @FixMethodOrder(MethodSorters.NAME_ASCENDING) @FixMethodOrder(MethodSorters.NAME_ASCENDING) Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/ExitSplitScreenTest.kt +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.wm.shell.flicker.splitscreen package com.android.wm.shell.flicker.splitscreen import android.platform.test.annotations.Presubmit import android.util.Rational import android.util.Rational import android.view.Surface import android.view.Surface import androidx.test.filters.FlakyTest import androidx.test.filters.FlakyTest Loading @@ -40,6 +41,7 @@ import org.junit.runners.Parameterized * Test exit SplitScreen mode. * Test exit SplitScreen mode. * To run this test: `atest WMShellFlickerTests:ExitSplitScreenTest` * To run this test: `atest WMShellFlickerTests:ExitSplitScreenTest` */ */ @Presubmit @RequiresDevice @RequiresDevice @RunWith(Parameterized::class) @RunWith(Parameterized::class) @FixMethodOrder(MethodSorters.NAME_ASCENDING) @FixMethodOrder(MethodSorters.NAME_ASCENDING) Loading Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTest.kt +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.wm.shell.flicker.apppairs package com.android.wm.shell.flicker.apppairs import android.platform.test.annotations.Presubmit import android.os.SystemClock import android.os.SystemClock import android.util.Log import android.util.Log import android.view.Surface import android.view.Surface Loading Loading @@ -43,6 +44,7 @@ import java.io.IOException * Test AppPairs launch. * Test AppPairs launch. * To run this test: `atest WMShellFlickerTests:AppPairsTest` * To run this test: `atest WMShellFlickerTests:AppPairsTest` */ */ @Presubmit @RequiresDevice @RequiresDevice @RunWith(Parameterized::class) @RunWith(Parameterized::class) @FixMethodOrder(MethodSorters.NAME_ASCENDING) @FixMethodOrder(MethodSorters.NAME_ASCENDING) Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/PipKeyboardTest.kt +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.wm.shell.flicker.pip package com.android.wm.shell.flicker.pip import android.platform.test.annotations.Presubmit import android.view.Surface import android.view.Surface import androidx.test.filters.RequiresDevice import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.dsl.FlickerBuilder import com.android.server.wm.flicker.dsl.FlickerBuilder Loading @@ -36,6 +37,7 @@ import org.junit.runners.Parameterized * Test Pip launch. * Test Pip launch. * To run this test: `atest WMShellFlickerTests:PipKeyboardTest` * To run this test: `atest WMShellFlickerTests:PipKeyboardTest` */ */ @Presubmit @RequiresDevice @RequiresDevice @RunWith(Parameterized::class) @RunWith(Parameterized::class) @FixMethodOrder(MethodSorters.NAME_ASCENDING) @FixMethodOrder(MethodSorters.NAME_ASCENDING) Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/EnterSplitScreenTest.kt +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.wm.shell.flicker.splitscreen package com.android.wm.shell.flicker.splitscreen import android.platform.test.annotations.Presubmit import android.view.Surface import android.view.Surface import androidx.test.filters.RequiresDevice import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.dsl.FlickerBuilder import com.android.server.wm.flicker.dsl.FlickerBuilder Loading @@ -38,6 +39,7 @@ import org.junit.runners.Parameterized * Test SplitScreen launch. * Test SplitScreen launch. * To run this test: `atest WMShellFlickerTests:EnterSplitScreenTest` * To run this test: `atest WMShellFlickerTests:EnterSplitScreenTest` */ */ @Presubmit @RequiresDevice @RequiresDevice @RunWith(Parameterized::class) @RunWith(Parameterized::class) @FixMethodOrder(MethodSorters.NAME_ASCENDING) @FixMethodOrder(MethodSorters.NAME_ASCENDING) Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/ExitSplitScreenTest.kt +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.wm.shell.flicker.splitscreen package com.android.wm.shell.flicker.splitscreen import android.platform.test.annotations.Presubmit import android.util.Rational import android.util.Rational import android.view.Surface import android.view.Surface import androidx.test.filters.FlakyTest import androidx.test.filters.FlakyTest Loading @@ -40,6 +41,7 @@ import org.junit.runners.Parameterized * Test exit SplitScreen mode. * Test exit SplitScreen mode. * To run this test: `atest WMShellFlickerTests:ExitSplitScreenTest` * To run this test: `atest WMShellFlickerTests:ExitSplitScreenTest` */ */ @Presubmit @RequiresDevice @RequiresDevice @RunWith(Parameterized::class) @RunWith(Parameterized::class) @FixMethodOrder(MethodSorters.NAME_ASCENDING) @FixMethodOrder(MethodSorters.NAME_ASCENDING) Loading