| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate packages/inputmethods/LatinIME to androidx.test•••See go/jetpack-test-android-migration
Test: make checkbuild
Change-Id: I63edeced1465725cd8d6467cd75ea1acc2608932
|  Brett Chabot | 2018-12-13 | 1 | -5/+6 |
* | Migrate to Android Testing Support Lib (part 1/N)•••This CL converts tests under com.android.inputmethod.latin.utils to
Android Testing Support Library.
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.latin.utils
Change-Id: I5cc2ddbc4116003ab6407432ab521b6b560052ae
|  Yohei Yukawa | 2018-07-05 | 1 | -3/+10 |
* | Separate executor for the Spelling decoder.•••Bug 19710676.
Change-Id: I6e66eddd507c11e424105869833fe6841b90275d
|  Dan Zivkovic | 2015-03-12 | 1 | -1/+2 |
* | Use a single background executor.•••Bug 19625976.
Change-Id: Ia03f440a31b059b5af42d162e1145330bf7b5ddf
|  Dan Zivkovic | 2015-03-09 | 1 | -1/+1 |
* | Sanitize the usage of executors.•••There should be 1 executor each for static and dynamic language models.
This prevents too many dynamic LM updates from running in parallel,
competing for resources.
Change-Id: I8ec439e0ea2d92fba275bc20a0b8c9193346a0c1
|  Dan Zivkovic | 2015-02-19 | 1 | -3/+2 |
* | Remove PrioritizedSerialExecutor.•••Bug: 15320560
Change-Id: Icb88a96ebd685da1d2cba7b07889a2751c603a2e
|  Keisuke Kuroyanagi | 2014-05-29 | 1 | -0/+57 |