History log of /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/DictionaryFacilitatorLruCacheTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
107fb4c476779df16be23e245547253978c197ac 12-Mar-2015 Dan Zivkovic <zivkovic@google.com> Remove ALS from LatinIME.

This fixes unit tests and brings us closer to a green build.

Change-Id: Iffcc392eda4a7671a238b79cc7367320ca648725
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/DictionaryFacilitatorLruCacheTests.java
29aa3df3dadeb5829a70652a24b0756e2c9e45ca 20-Feb-2015 Dan Zivkovic <zivkovic@google.com> Spell checker uses cache of size 1.

This is a step in the direction of removing the LRU cache completely.

Change-Id: I8886f7ef74e6b1b35135e68f169cb461682964e9
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/DictionaryFacilitatorLruCacheTests.java
d6a8adcb044dd8b73a1c96776a835b411a978b46 06-Feb-2015 Dan Zivkovic <zivkovic@google.com> Cleanup in preparation of distracter change.

Bug 19296201.

Change-Id: If016da2b7f4b3ecb9afd6d7aed9d19fbd4938758
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/DictionaryFacilitatorLruCacheTests.java
5f00fe09e9a611b647592188316e5999465df4d3 20-Oct-2014 Tadashi G. Takaoka <takaoka@google.com> Fix some compiler warnings

This CL fixes the following compiler warnings.

- Indirect access to static member
- Access to a non-accessible member of an enclosing type
- Parameter assignment
- Method can be static
- Local variable declaration hides another field or variable
- Value of local variable is not used
- Unused import
- Unused private member
- Unnecessary 'else' statement
- Unnecessary declaration of throw exception
- Redundant type arguments
- Missing '@Override' annotation
- Unused '@SuppressWarning' annotations

Bug: 18003991
Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/DictionaryFacilitatorLruCacheTests.java
38ec825ef896db5f90025d86caded938df606194 07-Oct-2014 Jean Chalard <jchalard@google.com> [ML16] Remove DictionaryFacilitator.getLocale()

Bug: 11230254
Change-Id: Ife99df42bc145fbd2d5c3128330bc0f88b104de9
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/DictionaryFacilitatorLruCacheTests.java
d267764d5abf12f95d09d1ec8f02548d992ca612 27-Aug-2014 Keisuke Kuroyanagi <ksk@google.com> Create DictionaryFacilitatorLruCache.

This class is separated from AndroidSpellCheckerService

Bug: 16547557

Change-Id: I3e58521207395588cecb2977234b89067d6da8c3
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/DictionaryFacilitatorLruCacheTests.java