Skip to content
Snippets Groups Projects
Commit 4ef66f5a authored by Fangqiu Su's avatar Fangqiu Su Committed by Android (Google) Code Review
Browse files

Merge "Update the imports to androidx.test.filters.*" into main

parents d104ae9d 6ba59862
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,10 @@ android_test {
"android.test.runner",
"android.test.base",
],
static_libs: ["junit"],
static_libs: [
"junit",
"androidx.test.rules",
],
// Include all test java files.
srcs: ["src/**/*.java"],
platform_apis: true,
......
......@@ -16,18 +16,19 @@
package android.camera.mediaeffects.tests.functional;
import android.media.filterfw.samples.CameraEffectsRecordingSample;
import android.app.Activity;
import android.app.Instrumentation;
import android.content.Intent;
import android.test.ActivityInstrumentationTestCase2;
import android.test.suitebuilder.annotation.LargeTest;
import android.view.KeyEvent;
import android.util.Log;
import android.content.Intent;
import android.os.Environment;
import android.media.MediaMetadataRetriever;
import android.media.filterfw.samples.CameraEffectsRecordingSample;
import android.net.Uri;
import android.os.Environment;
import android.test.ActivityInstrumentationTestCase2;
import android.util.Log;
import android.view.KeyEvent;
import androidx.test.filters.LargeTest;
import java.io.File;
public class EffectsVideoCapture extends ActivityInstrumentationTestCase2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment