diff options
| -rw-r--r-- | services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/InputMethodManagerServiceTests.java (renamed from services/tests/servicestests/src/com/android/server/inputmethod/InputMethodManagerServiceTests.java) | 11 | ||||
| -rw-r--r-- | services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/InputMethodSettingsTest.java (renamed from services/tests/servicestests/src/com/android/server/inputmethod/InputMethodSettingsTest.java) | 5 |
2 files changed, 1 insertions, 15 deletions
diff --git a/services/tests/servicestests/src/com/android/server/inputmethod/InputMethodManagerServiceTests.java b/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/InputMethodManagerServiceTests.java index fd65807a1976..a33e52f0dd75 100644 --- a/services/tests/servicestests/src/com/android/server/inputmethod/InputMethodManagerServiceTests.java +++ b/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/InputMethodManagerServiceTests.java @@ -25,23 +25,14 @@ import static android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_UNSPECIFI import static org.junit.Assert.assertEquals; import static org.junit.Assert.fail; -import android.platform.test.annotations.Presubmit; - -import androidx.test.filters.SmallTest; -import androidx.test.runner.AndroidJUnit4; - import com.android.internal.inputmethod.SoftInputShowHideReason; import org.junit.Test; -import org.junit.runner.RunWith; import java.io.PrintWriter; import java.io.StringWriter; -@Presubmit -@SmallTest -@RunWith(AndroidJUnit4.class) -public class InputMethodManagerServiceTests { +public final class InputMethodManagerServiceTests { static final int SYSTEM_DECORATION_SUPPORT_DISPLAY_ID = 2; static final int NO_SYSTEM_DECORATION_SUPPORT_DISPLAY_ID = 3; diff --git a/services/tests/servicestests/src/com/android/server/inputmethod/InputMethodSettingsTest.java b/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/InputMethodSettingsTest.java index a55d1c409fb6..75118ead888a 100644 --- a/services/tests/servicestests/src/com/android/server/inputmethod/InputMethodSettingsTest.java +++ b/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/InputMethodSettingsTest.java @@ -22,14 +22,9 @@ import android.text.TextUtils; import android.util.IntArray; import androidx.annotation.NonNull; -import androidx.test.filters.SmallTest; -import androidx.test.runner.AndroidJUnit4; import org.junit.Test; -import org.junit.runner.RunWith; -@SmallTest -@RunWith(AndroidJUnit4.class) public final class InputMethodSettingsTest { private static void verifyUpdateEnabledImeString(@NonNull String expectedEnabledImeStr, @NonNull String initialEnabledImeStr, @NonNull String imeId, |