summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Fangqiu Su <fangqiu@google.com> 2023-12-19 18:14:51 +0000
committer Fangqiu Su <fangqiu@google.com> 2023-12-19 18:14:51 +0000
commitc982e6be2ed697e2aa9ba3b2de5eaf945e559717 (patch)
treebd2d6e2240854456d97d09d010064ad91bee00f2
parent8124c112df7e873921183d0b20a34e70069fdc54 (diff)
Update the imports to androidx.test.filters.*
Bug: 316941721 Test: mmma . Change-Id: I636f8e88cff63da46a3cca8865df9cf680f2684e
-rw-r--r--packages/Shell/tests/src/com/android/shell/UtilitiesTest.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/Shell/tests/src/com/android/shell/UtilitiesTest.java b/packages/Shell/tests/src/com/android/shell/UtilitiesTest.java
index 51b7ba8529a8..ad9eec7f3303 100644
--- a/packages/Shell/tests/src/com/android/shell/UtilitiesTest.java
+++ b/packages/Shell/tests/src/com/android/shell/UtilitiesTest.java
@@ -15,10 +15,12 @@
*/
package com.android.shell;
-import android.test.suitebuilder.annotation.SmallTest;
-import junit.framework.TestCase;
import static com.android.shell.BugreportProgressService.isValid;
+import androidx.test.filters.SmallTest;
+
+import junit.framework.TestCase;
+
@SmallTest
public class UtilitiesTest extends TestCase {