Loading apct-tests/perftests/contentcapture/src/android/view/contentcapture/AbstractContentCapturePerfTestCase.java +0 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,6 @@ import android.provider.Settings; import android.util.Log; import androidx.annotation.NonNull; import androidx.test.filters.LargeTest; import androidx.test.rule.ActivityTestRule; import com.android.compatibility.common.util.ActivitiesWatcher; Loading @@ -51,7 +50,6 @@ import org.junit.runners.model.Statement; /** * Base class for all content capture tests. */ @LargeTest public abstract class AbstractContentCapturePerfTestCase { private static final String TAG = AbstractContentCapturePerfTestCase.class.getSimpleName(); Loading apct-tests/perftests/contentcapture/src/android/view/contentcapture/LoginTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -21,11 +21,14 @@ import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLi import android.perftests.utils.BenchmarkState; import android.view.View; import androidx.test.filters.LargeTest; import com.android.compatibility.common.util.ActivitiesWatcher.ActivityWatcher; import com.android.perftests.contentcapture.R; import org.junit.Test; @LargeTest public class LoginTest extends AbstractContentCapturePerfTestCase { @Test Loading Loading
apct-tests/perftests/contentcapture/src/android/view/contentcapture/AbstractContentCapturePerfTestCase.java +0 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,6 @@ import android.provider.Settings; import android.util.Log; import androidx.annotation.NonNull; import androidx.test.filters.LargeTest; import androidx.test.rule.ActivityTestRule; import com.android.compatibility.common.util.ActivitiesWatcher; Loading @@ -51,7 +50,6 @@ import org.junit.runners.model.Statement; /** * Base class for all content capture tests. */ @LargeTest public abstract class AbstractContentCapturePerfTestCase { private static final String TAG = AbstractContentCapturePerfTestCase.class.getSimpleName(); Loading
apct-tests/perftests/contentcapture/src/android/view/contentcapture/LoginTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -21,11 +21,14 @@ import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLi import android.perftests.utils.BenchmarkState; import android.view.View; import androidx.test.filters.LargeTest; import com.android.compatibility.common.util.ActivitiesWatcher.ActivityWatcher; import com.android.perftests.contentcapture.R; import org.junit.Test; @LargeTest public class LoginTest extends AbstractContentCapturePerfTestCase { @Test Loading