summaryrefslogtreecommitdiff
path: root/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrate packages/inputmethods/LatinIME to androidx.testBrett Chabot2018-12-131-4/+4
| | | | | | | See go/jetpack-test-android-migration Test: make checkbuild Change-Id: I63edeced1465725cd8d6467cd75ea1acc2608932
* Migrate to Android Testing Support Lib (part 4/N)Yohei Yukawa2018-07-061-2/+4
| | | | | | | | | | | | | | | This CL converts 7 test classes under com.android.inputmethod.keyboard to Android Testing Support Library. This CL also fix missing annotations in KeyboardLayoutTest. Bug: 110805255 Test: verified as follows. No new test failures. tapas adb LatinIME LatinIMETests arm64 userdebug && \ DISABLE_PROGUARD=true make -j LatinIME && \ adb install -r $OUT/system/app/LatinIME/LatinIME.apk && \ atest LatinIMETests:com.android.inputmethod.keyboard Change-Id: I8ab9e3329f159f0df02812fafe44c25efa76c0d1
* Remove dead code, including tests.Dan Zivkovic2015-03-101-2/+0
| | | | Change-Id: Id88b02b74bdfe4ca05b08181ceb6b34d5652fc0c
* AOSP changes to use KeyboardLayout to support the new DictionaryFacilitatorMohammadinamul Sheik2015-02-041-2/+22
| | | | Change-Id: Ie0c9ce805d9ad009fc9bbaac37b715aff90cd844
* Create a new KeyboardLayout class to represent the layout.Mohammadinamul Sheik2015-01-301-0/+61
Change-Id: Ia08c8194f460271c831702675cfb687ab9f6678b