Loading packages/SystemUI/tests/src/com/android/systemui/screenshot/ScrollCaptureFrameworkSmokeTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ import androidx.test.platform.app.InstrumentationRegistry; import com.android.systemui.SysuiTestCase; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -46,6 +47,7 @@ import java.util.concurrent.TimeUnit; */ @RunWith(AndroidTestingRunner.class) @SmallTest @Ignore public class ScrollCaptureFrameworkSmokeTest extends SysuiTestCase { private static final String TAG = "ScrollCaptureFrameworkSmokeTest"; private volatile ScrollCaptureResponse mResponse; Loading Loading
packages/SystemUI/tests/src/com/android/systemui/screenshot/ScrollCaptureFrameworkSmokeTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ import androidx.test.platform.app.InstrumentationRegistry; import com.android.systemui.SysuiTestCase; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -46,6 +47,7 @@ import java.util.concurrent.TimeUnit; */ @RunWith(AndroidTestingRunner.class) @SmallTest @Ignore public class ScrollCaptureFrameworkSmokeTest extends SysuiTestCase { private static final String TAG = "ScrollCaptureFrameworkSmokeTest"; private volatile ScrollCaptureResponse mResponse; Loading