diff options
author | 2023-12-19 18:12:55 +0000 | |
---|---|---|
committer | 2024-04-18 22:26:37 -0400 | |
commit | ca8bf74136c5b4effb8eafd88a9a4027ad1bd965 (patch) | |
tree | db94a193e6511a15079a244a26beb29673f38f91 /tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java | |
parent | 9dfe6586d2098909909d71ecfb76b6c775fcd976 (diff) | |
download | latinime-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.java | 3 |
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; |