Update the imports to androidx.test.filters.*

Bug: 316941721
Test: mmma .
Change-Id: I131993b35a6e350c9237f9d8422c3a274988bbfb
diff --git a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
index 5b4591b..376aa3f 100644
--- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
+++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
@@ -21,8 +21,6 @@
 import android.util.Pair;
 import android.util.SparseArray;
 
-import android.test.suitebuilder.annotation.LargeTest;
-
 import com.android.inputmethod.latin.BinaryDictionary;
 import com.android.inputmethod.latin.common.CodePointUtils;
 import com.android.inputmethod.latin.makedict.BinaryDictDecoderUtils.CharEncoding;
@@ -49,7 +47,6 @@
 /**
  * Unit tests for BinaryDictDecoderUtils and BinaryDictEncoderUtils.
  */
-@LargeTest
 public class BinaryDictDecoderEncoderTests extends AndroidTestCase {
     private static final String TAG = BinaryDictDecoderEncoderTests.class.getSimpleName();
     private static final int DEFAULT_MAX_UNIGRAMS = 300;