Update the imports to androidx.test.filters.*

Bug: 316941721
Test: mmma .
Change-Id: Ia19c53850a0440b89434fcb5bf3fc1f61b58a46c
This commit is contained in:
Fangqiu Su
2023-12-19 18:12:46 +00:00
parent 83c46eb1b6
commit 7dfb2a182b
6 changed files with 11 additions and 5 deletions

View File

@@ -21,7 +21,8 @@ import static com.android.settings.UserCredentialsSettings.Credential;
import android.os.Parcel;
import android.os.Process;
import android.test.InstrumentationTestCase;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;
/**
* User credentials settings fragment tests