Loading core/tests/coretests/src/android/app/activity/ActivityThreadTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ import androidx.test.runner.AndroidJUnit4; import com.android.internal.content.ReferrerIntent; import org.junit.After; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -95,7 +96,8 @@ public class ActivityThreadTest { // few sequence numbers the framework used to launch the test activity. private static final int BASE_SEQ = 10000; private final ActivityTestRule<TestActivity> mActivityTestRule = @Rule public final ActivityTestRule<TestActivity> mActivityTestRule = new ActivityTestRule<>(TestActivity.class, true /* initialTouchMode */, false /* launchActivity */); Loading Loading
core/tests/coretests/src/android/app/activity/ActivityThreadTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ import androidx.test.runner.AndroidJUnit4; import com.android.internal.content.ReferrerIntent; import org.junit.After; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -95,7 +96,8 @@ public class ActivityThreadTest { // few sequence numbers the framework used to launch the test activity. private static final int BASE_SEQ = 10000; private final ActivityTestRule<TestActivity> mActivityTestRule = @Rule public final ActivityTestRule<TestActivity> mActivityTestRule = new ActivityTestRule<>(TestActivity.class, true /* initialTouchMode */, false /* launchActivity */); Loading