Loading services/tests/wmtests/src/com/android/server/wm/ActivityMetricsLaunchObserverTests.java +0 −9 Original line number Diff line number Diff line Loading @@ -37,7 +37,6 @@ import android.os.SystemClock; import android.platform.test.annotations.Presubmit; import android.util.SparseIntArray; import androidx.test.filters.FlakyTest; import androidx.test.filters.SmallTest; import com.android.server.wm.ActivityMetricsLaunchObserver.ActivityRecordProto; Loading Loading @@ -119,7 +118,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnIntentStarted() throws Exception { Intent intent = new Intent("action 1"); Loading @@ -130,7 +128,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnIntentFailed() throws Exception { testOnIntentStarted(); Loading @@ -146,7 +143,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnActivityLaunched() throws Exception { testOnIntentStarted(); Loading @@ -158,7 +154,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnActivityLaunchFinished() throws Exception { testOnActivityLaunched(); Loading @@ -173,7 +168,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnActivityLaunchCancelled() throws Exception { testOnActivityLaunched(); Loading @@ -187,7 +181,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnActivityLaunchedTrampoline() throws Exception { testOnIntentStarted(); Loading @@ -204,7 +197,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnActivityLaunchFinishedTrampoline() throws Exception { testOnActivityLaunchedTrampoline(); Loading @@ -219,7 +211,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnActivityLaunchCancelledTrampoline() throws Exception { testOnActivityLaunchedTrampoline(); Loading services/tests/wmtests/src/com/android/server/wm/TaskPositioningControllerTests.java +0 −2 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ import static org.junit.Assert.assertTrue; import android.platform.test.annotations.Presubmit; import android.view.InputChannel; import androidx.test.filters.FlakyTest; import androidx.test.filters.SmallTest; import org.junit.Before; Loading Loading @@ -88,7 +87,6 @@ public class TaskPositioningControllerTests extends WindowTestsBase { assertNull(mTarget.getDragWindowHandleLocked()); } @FlakyTest(bugId = 129331490) @Test public void testHandleTapOutsideTask() { synchronized (mWm.mGlobalLock) { Loading services/tests/wmtests/src/com/android/server/wm/TaskStackChangedListenerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,6 @@ import android.platform.test.annotations.Presubmit; import android.support.test.uiautomator.UiDevice; import android.text.TextUtils; import androidx.test.filters.FlakyTest; import androidx.test.filters.MediumTest; import com.android.internal.annotations.GuardedBy; Loading Loading @@ -159,6 +158,7 @@ public class TaskStackChangedListenerTest { * Tests for onTaskCreated, onTaskMovedToFront, onTaskRemoved and onTaskRemovalStarted. */ @Test @Presubmit public void testTaskChangeCallBacks() throws Exception { final Object[] params = new Object[2]; final CountDownLatch taskCreatedLaunchLatch = new CountDownLatch(1); Loading Loading
services/tests/wmtests/src/com/android/server/wm/ActivityMetricsLaunchObserverTests.java +0 −9 Original line number Diff line number Diff line Loading @@ -37,7 +37,6 @@ import android.os.SystemClock; import android.platform.test.annotations.Presubmit; import android.util.SparseIntArray; import androidx.test.filters.FlakyTest; import androidx.test.filters.SmallTest; import com.android.server.wm.ActivityMetricsLaunchObserver.ActivityRecordProto; Loading Loading @@ -119,7 +118,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnIntentStarted() throws Exception { Intent intent = new Intent("action 1"); Loading @@ -130,7 +128,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnIntentFailed() throws Exception { testOnIntentStarted(); Loading @@ -146,7 +143,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnActivityLaunched() throws Exception { testOnIntentStarted(); Loading @@ -158,7 +154,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnActivityLaunchFinished() throws Exception { testOnActivityLaunched(); Loading @@ -173,7 +168,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnActivityLaunchCancelled() throws Exception { testOnActivityLaunched(); Loading @@ -187,7 +181,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnActivityLaunchedTrampoline() throws Exception { testOnIntentStarted(); Loading @@ -204,7 +197,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnActivityLaunchFinishedTrampoline() throws Exception { testOnActivityLaunchedTrampoline(); Loading @@ -219,7 +211,6 @@ public class ActivityMetricsLaunchObserverTests extends ActivityTestsBase { } @Test @FlakyTest(bugId = 129138370) public void testOnActivityLaunchCancelledTrampoline() throws Exception { testOnActivityLaunchedTrampoline(); Loading
services/tests/wmtests/src/com/android/server/wm/TaskPositioningControllerTests.java +0 −2 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ import static org.junit.Assert.assertTrue; import android.platform.test.annotations.Presubmit; import android.view.InputChannel; import androidx.test.filters.FlakyTest; import androidx.test.filters.SmallTest; import org.junit.Before; Loading Loading @@ -88,7 +87,6 @@ public class TaskPositioningControllerTests extends WindowTestsBase { assertNull(mTarget.getDragWindowHandleLocked()); } @FlakyTest(bugId = 129331490) @Test public void testHandleTapOutsideTask() { synchronized (mWm.mGlobalLock) { Loading
services/tests/wmtests/src/com/android/server/wm/TaskStackChangedListenerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,6 @@ import android.platform.test.annotations.Presubmit; import android.support.test.uiautomator.UiDevice; import android.text.TextUtils; import androidx.test.filters.FlakyTest; import androidx.test.filters.MediumTest; import com.android.internal.annotations.GuardedBy; Loading Loading @@ -159,6 +158,7 @@ public class TaskStackChangedListenerTest { * Tests for onTaskCreated, onTaskMovedToFront, onTaskRemoved and onTaskRemovalStarted. */ @Test @Presubmit public void testTaskChangeCallBacks() throws Exception { final Object[] params = new Object[2]; final CountDownLatch taskCreatedLaunchLatch = new CountDownLatch(1); Loading