diff options
author | 2018-12-13 19:06:42 -0800 | |
---|---|---|
committer | 2018-12-13 19:06:42 -0800 | |
commit | c05a70a4ca769664f2315fff1f3bf3cb2ce3e300 (patch) | |
tree | 3a7b237b2281c04af97d305524e5196c3cc6239b /tests/src/com/android/inputmethod/latin/touchinputconsumer/NullGestureConsumerTests.java | |
parent | f7b80bb317e7be97a02975b54388d7f52c22c25c (diff) | |
download | latinime-c05a70a4ca769664f2315fff1f3bf3cb2ce3e300.tar.gz latinime-c05a70a4ca769664f2315fff1f3bf3cb2ce3e300.tar.xz latinime-c05a70a4ca769664f2315fff1f3bf3cb2ce3e300.zip |
Migrate packages/inputmethods/LatinIME to androidx.test
See go/jetpack-test-android-migration
Test: make checkbuild
Change-Id: I63edeced1465725cd8d6467cd75ea1acc2608932
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/touchinputconsumer/NullGestureConsumerTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/touchinputconsumer/NullGestureConsumerTests.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/latin/touchinputconsumer/NullGestureConsumerTests.java b/tests/src/com/android/inputmethod/latin/touchinputconsumer/NullGestureConsumerTests.java index d508f3667..986c8e3dd 100644 --- a/tests/src/com/android/inputmethod/latin/touchinputconsumer/NullGestureConsumerTests.java +++ b/tests/src/com/android/inputmethod/latin/touchinputconsumer/NullGestureConsumerTests.java @@ -19,8 +19,8 @@ package com.android.inputmethod.latin.touchinputconsumer; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertSame; -import android.support.test.filters.SmallTest; -import android.support.test.runner.AndroidJUnit4; +import androidx.test.filters.SmallTest; +import androidx.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; |