From c982e6be2ed697e2aa9ba3b2de5eaf945e559717 Mon Sep 17 00:00:00 2001
From: Fangqiu Su <fangqiu@google.com>
Date: Tue, 19 Dec 2023 18:14:51 +0000
Subject: [PATCH] Update the imports to androidx.test.filters.*

Bug: 316941721
Test: mmma .
Change-Id: I636f8e88cff63da46a3cca8865df9cf680f2684e
---
 .../Shell/tests/src/com/android/shell/UtilitiesTest.java    | 6 ++++--
 1 file 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 {
 
-- 
GitLab