aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/keyboard/action/LxxActionUnspecifiedTests.java
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2024-09-07 01:14:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-09-07 01:14:02 +0000
commit95b75a128b8e29eb3d22f6fc672c713bdf1f4c38 (patch)
tree6f66a652e5243a35e98b704a9bb6ef728a2a8fa5 /tests/src/com/android/inputmethod/keyboard/action/LxxActionUnspecifiedTests.java
parent1b3568f9c2ec0e7bd9441e8e6093e9b4ad225b76 (diff)
parent9248b5abb863024475655bd5f153d7d4db4e1282 (diff)
downloadlatinime-95b75a128b8e29eb3d22f6fc672c713bdf1f4c38.tar.gz
latinime-95b75a128b8e29eb3d22f6fc672c713bdf1f4c38.tar.xz
latinime-95b75a128b8e29eb3d22f6fc672c713bdf1f4c38.zip
Merge "Merge 24Q3 to AOSP main" into main
Diffstat (limited to 'tests/src/com/android/inputmethod/keyboard/action/LxxActionUnspecifiedTests.java')
-rw-r--r--tests/src/com/android/inputmethod/keyboard/action/LxxActionUnspecifiedTests.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/keyboard/action/LxxActionUnspecifiedTests.java b/tests/src/com/android/inputmethod/keyboard/action/LxxActionUnspecifiedTests.java
index 711ca2614..d0fe454f1 100644
--- a/tests/src/com/android/inputmethod/keyboard/action/LxxActionUnspecifiedTests.java
+++ b/tests/src/com/android/inputmethod/keyboard/action/LxxActionUnspecifiedTests.java
@@ -16,10 +16,11 @@
package com.android.inputmethod.keyboard.action;
-import android.test.suitebuilder.annotation.LargeTest;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputMethodSubtype;
+import androidx.test.filters.LargeTest;
+
import com.android.inputmethod.keyboard.internal.KeyboardIconsSet;
import com.android.inputmethod.latin.utils.SubtypeLocaleUtils;