aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/keyboard/action/LxxActionUnspecifiedTests.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/keyboard/action/LxxActionUnspecifiedTests.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/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;