Skip to content
Snippets Groups Projects
Commit 73d2c670 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 7fa1a24c 95d31cea
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ import android.app.usage.UsageEvents.Event;
import android.content.res.Configuration;
import android.os.Parcel;
import android.os.PersistableBundle;
import android.test.suitebuilder.annotation.LargeTest;
import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
......
......@@ -18,8 +18,7 @@ package android.app.usage;
import static junit.framework.Assert.fail;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;
import com.android.internal.util.ArrayUtils;
......
......@@ -27,7 +27,8 @@ import android.hardware.biometrics.face.IFace;
import android.hardware.biometrics.face.SensorProps;
import android.os.RemoteException;
import android.platform.test.annotations.Presubmit;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;
import org.junit.Before;
import org.junit.Rule;
......
......@@ -27,7 +27,8 @@ import android.hardware.biometrics.fingerprint.IFingerprint;
import android.hardware.biometrics.fingerprint.SensorProps;
import android.os.RemoteException;
import android.platform.test.annotations.Presubmit;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;
import org.junit.Before;
import org.junit.Rule;
......@@ -38,7 +39,6 @@ import org.mockito.junit.MockitoRule;
import java.util.function.Function;
@Presubmit
@SmallTest
public class FingerprintSensorConfigurationsTest {
......
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