aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
diff options
context:
space:
mode:
authorFangqiu Su <fangqiu@google.com>2023-12-19 18:12:55 +0000
committerRam Peri <ramperi@google.com>2024-04-18 22:26:37 -0400
commitca8bf74136c5b4effb8eafd88a9a4027ad1bd965 (patch)
treedb94a193e6511a15079a244a26beb29673f38f91 /tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
parent9dfe6586d2098909909d71ecfb76b6c775fcd976 (diff)
downloadlatinime-ca8bf74136c5b4effb8eafd88a9a4027ad1bd965.tar.gz
latinime-ca8bf74136c5b4effb8eafd88a9a4027ad1bd965.tar.xz
latinime-ca8bf74136c5b4effb8eafd88a9a4027ad1bd965.zip
Update the imports to androidx.test.filters.*
Bug: 316941721 Test: mmma . Change-Id: I05a7d05dc8d0acb9baecf46357757ad2453f6dbc
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
index 39da9fcd6..5b4591b21 100644
--- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
+++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
@@ -17,11 +17,12 @@
package com.android.inputmethod.latin.makedict;
import android.test.AndroidTestCase;
-import android.test.suitebuilder.annotation.LargeTest;
import android.util.Log;
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;