Loading tests/FlickerTests/src/com/android/server/wm/flicker/ChangeAppRotationTest.java +4 −6 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ import androidx.test.InstrumentationRegistry; import androidx.test.filters.FlakyTest; import androidx.test.filters.LargeTest; import org.junit.Before; import org.junit.FixMethodOrder; import org.junit.Ignore; import org.junit.Test; Loading Loading @@ -79,11 +78,10 @@ public class ChangeAppRotationTest extends FlickerTestBase { return params; } @Before public void runTransition() { super.runTransition( changeAppRotation(mTestApp, mUiDevice, mBeginRotation, mEndRotation) .includeJankyRuns().build()); @Override TransitionRunner getTransitionToRun() { return changeAppRotation(mTestApp, mUiDevice, mBeginRotation, mEndRotation) .includeJankyRuns().build(); } @FlakyTest(bugId = 140855415) Loading tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeAutoOpenWindowToAppTest.java +4 −5 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ import androidx.test.filters.LargeTest; import com.android.server.wm.flicker.helpers.ImeAppAutoFocusHelper; import org.junit.Before; import org.junit.FixMethodOrder; import org.junit.Ignore; import org.junit.Test; Loading @@ -47,10 +46,10 @@ public class CloseImeAutoOpenWindowToAppTest extends CloseImeWindowToAppTest { mTestApp = new ImeAppAutoFocusHelper(InstrumentationRegistry.getInstrumentation()); } @Before public void runTransition() { run(editTextLoseFocusToApp((ImeAppAutoFocusHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build()); @Override TransitionRunner getTransitionToRun() { return editTextLoseFocusToApp((ImeAppAutoFocusHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build(); } @FlakyTest(bugId = 141458352) Loading tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeAutoOpenWindowToHomeTest.java +4 −5 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ import androidx.test.filters.LargeTest; import com.android.server.wm.flicker.helpers.ImeAppAutoFocusHelper; import org.junit.Before; import org.junit.FixMethodOrder; import org.junit.Ignore; import org.junit.Test; Loading @@ -47,10 +46,10 @@ public class CloseImeAutoOpenWindowToHomeTest extends CloseImeWindowToHomeTest { mTestApp = new ImeAppAutoFocusHelper(InstrumentationRegistry.getInstrumentation()); } @Before public void runTransition() { run(editTextLoseFocusToHome((ImeAppAutoFocusHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build()); @Override TransitionRunner getTransitionToRun() { return editTextLoseFocusToHome((ImeAppAutoFocusHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build(); } @FlakyTest(bugId = 141458352) Loading tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeWindowToAppTest.java +4 −5 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ import androidx.test.filters.LargeTest; import com.android.server.wm.flicker.helpers.ImeAppHelper; import org.junit.Before; import org.junit.FixMethodOrder; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -47,10 +46,10 @@ public class CloseImeWindowToAppTest extends NonRotationTestBase { mTestApp = new ImeAppHelper(InstrumentationRegistry.getInstrumentation()); } @Before public void runTransition() { run(editTextLoseFocusToApp((ImeAppHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build()); @Override TransitionRunner getTransitionToRun() { return editTextLoseFocusToApp((ImeAppHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build(); } @Test Loading tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeWindowToHomeTest.java +4 −5 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ import androidx.test.filters.LargeTest; import com.android.server.wm.flicker.helpers.ImeAppHelper; import org.junit.Before; import org.junit.FixMethodOrder; import org.junit.Ignore; import org.junit.Test; Loading @@ -48,10 +47,10 @@ public class CloseImeWindowToHomeTest extends NonRotationTestBase { mTestApp = new ImeAppHelper(InstrumentationRegistry.getInstrumentation()); } @Before public void runTransition() { run(editTextLoseFocusToHome((ImeAppHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build()); @Override TransitionRunner getTransitionToRun() { return editTextLoseFocusToHome((ImeAppHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build(); } @Test Loading Loading
tests/FlickerTests/src/com/android/server/wm/flicker/ChangeAppRotationTest.java +4 −6 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ import androidx.test.InstrumentationRegistry; import androidx.test.filters.FlakyTest; import androidx.test.filters.LargeTest; import org.junit.Before; import org.junit.FixMethodOrder; import org.junit.Ignore; import org.junit.Test; Loading Loading @@ -79,11 +78,10 @@ public class ChangeAppRotationTest extends FlickerTestBase { return params; } @Before public void runTransition() { super.runTransition( changeAppRotation(mTestApp, mUiDevice, mBeginRotation, mEndRotation) .includeJankyRuns().build()); @Override TransitionRunner getTransitionToRun() { return changeAppRotation(mTestApp, mUiDevice, mBeginRotation, mEndRotation) .includeJankyRuns().build(); } @FlakyTest(bugId = 140855415) Loading
tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeAutoOpenWindowToAppTest.java +4 −5 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ import androidx.test.filters.LargeTest; import com.android.server.wm.flicker.helpers.ImeAppAutoFocusHelper; import org.junit.Before; import org.junit.FixMethodOrder; import org.junit.Ignore; import org.junit.Test; Loading @@ -47,10 +46,10 @@ public class CloseImeAutoOpenWindowToAppTest extends CloseImeWindowToAppTest { mTestApp = new ImeAppAutoFocusHelper(InstrumentationRegistry.getInstrumentation()); } @Before public void runTransition() { run(editTextLoseFocusToApp((ImeAppAutoFocusHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build()); @Override TransitionRunner getTransitionToRun() { return editTextLoseFocusToApp((ImeAppAutoFocusHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build(); } @FlakyTest(bugId = 141458352) Loading
tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeAutoOpenWindowToHomeTest.java +4 −5 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ import androidx.test.filters.LargeTest; import com.android.server.wm.flicker.helpers.ImeAppAutoFocusHelper; import org.junit.Before; import org.junit.FixMethodOrder; import org.junit.Ignore; import org.junit.Test; Loading @@ -47,10 +46,10 @@ public class CloseImeAutoOpenWindowToHomeTest extends CloseImeWindowToHomeTest { mTestApp = new ImeAppAutoFocusHelper(InstrumentationRegistry.getInstrumentation()); } @Before public void runTransition() { run(editTextLoseFocusToHome((ImeAppAutoFocusHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build()); @Override TransitionRunner getTransitionToRun() { return editTextLoseFocusToHome((ImeAppAutoFocusHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build(); } @FlakyTest(bugId = 141458352) Loading
tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeWindowToAppTest.java +4 −5 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ import androidx.test.filters.LargeTest; import com.android.server.wm.flicker.helpers.ImeAppHelper; import org.junit.Before; import org.junit.FixMethodOrder; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -47,10 +46,10 @@ public class CloseImeWindowToAppTest extends NonRotationTestBase { mTestApp = new ImeAppHelper(InstrumentationRegistry.getInstrumentation()); } @Before public void runTransition() { run(editTextLoseFocusToApp((ImeAppHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build()); @Override TransitionRunner getTransitionToRun() { return editTextLoseFocusToApp((ImeAppHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build(); } @Test Loading
tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeWindowToHomeTest.java +4 −5 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ import androidx.test.filters.LargeTest; import com.android.server.wm.flicker.helpers.ImeAppHelper; import org.junit.Before; import org.junit.FixMethodOrder; import org.junit.Ignore; import org.junit.Test; Loading @@ -48,10 +47,10 @@ public class CloseImeWindowToHomeTest extends NonRotationTestBase { mTestApp = new ImeAppHelper(InstrumentationRegistry.getInstrumentation()); } @Before public void runTransition() { run(editTextLoseFocusToHome((ImeAppHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build()); @Override TransitionRunner getTransitionToRun() { return editTextLoseFocusToHome((ImeAppHelper) mTestApp, mUiDevice, mBeginRotation) .includeJankyRuns().build(); } @Test Loading