aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/UserUnigramDictionary.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup unused variables and parametersTadashi G. Takaoka2011-12-151-3/+3
| | | | Change-Id: Iad756a7a775c93f3344c6962e7b3456ef8339490
* Various mini-cleanupsJean Chalard2011-12-131-1/+1
| | | | | | | | | | - Stop the word composer from escaping - take a page from the law of Demeter and only report what is actually needed. - Fix typos in comments. - Add a comment for a fishy processing. - Remove a useless local variable. Change-Id: I5fa78901cbb5483fc9683bfb7094f47244b85df6
* Make some private method staticTadashi G. Takaoka2011-10-281-2/+2
| | | | Change-Id: Ia23765268be0ef89d7fe7c3f5372ed32d6615765
* Deactivate the user unigram dictionary.Jean Chalard2011-07-191-6/+18
| | | | | Bug: 3459274 Change-Id: I41b7617623b5b2e48c2e460dc7f2d5ff410c8a4c
* Rename AutoDictionary to UserUnigramDictionary.Jean Chalard2011-07-151-0/+250
...and adjust internal functions, variables and constant names. Bug: 3459274 Change-Id: I1b11c6adfee360ac0fc22d627955688b3dbdcffc