Skip to content
Snippets Groups Projects
Commit 05f1c1f4 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 594baf10 f69d60b9
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ android_test {
"androidx.test.runner",
"junit",
"platform-test-annotations",
"androidx.test.rules",
],
platform_apis: true,
test_suites: ["device-tests"],
......
......@@ -21,7 +21,8 @@ import android.app.ActivityTaskManager;
import android.app.IActivityManager;
import android.content.res.Configuration;
import android.os.RemoteException;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;
import junit.framework.TestCase;
......
......@@ -19,7 +19,8 @@ package com.android.framework.permission.tests;
import android.app.PackageInstallObserver;
import android.content.pm.PackageManager;
import android.test.AndroidTestCase;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;
/**
* Verify PackageManager api's that require specific permissions.
......
......@@ -18,7 +18,8 @@ package com.android.framework.permission.tests;
import android.telephony.SmsManager;
import android.test.AndroidTestCase;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;
import java.util.ArrayList;
......
......@@ -23,9 +23,10 @@ import android.os.Binder;
import android.os.RemoteException;
import android.os.ServiceManager;
import android.os.UserHandle;
import android.test.suitebuilder.annotation.SmallTest;
import android.view.IWindowManager;
import androidx.test.filters.SmallTest;
import junit.framework.TestCase;
/**
......
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