aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/StringBuilderPool.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug with the string pool.Jean Chalard2011-08-231-1/+15
| | | | | | | | This also adds some optional debug code to detect more easily possible future occurrences of the same problem. Bug: 5195017 Change-Id: I2558b468e46f7090de868f1ec2dc9e24895d670f
* Make the string builder pool in Suggest a singleton.Jean Chalard2011-08-181-0/+56
This is internal refactoring, done as preliminary work to fix Bug: 5175740 Change-Id: I21bd4c001c27e7b925ddb87a152105b4dcab320a