aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/utils/StatsUtils.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify StatsUtils•••With this CL, the implementation of StatsUtils no longer needs to know how to read settings from the system. Insted, the LatinIME class is now responsible for notifying StatsUtils whenever the settings is changed. BUG: 14324207 Change-Id: Ic3d26ec31c8d2c082d3e7487b578b323aad2f960 Yohei Yukawa2014-05-151-24/+5
* Fix build breakage caused by I0218dd07•••BUG: 11746191 Change-Id: I0b693c4b22793f6e8fd77a9f045f205aa8fe4050 Yohei Yukawa2014-04-081-1/+1
* Add StatsUtils for checking state•••BUG: 11746191 Change-Id: I0218dd07dde1d09321009ea1497258fc4235a1e8 Yohei Yukawa2014-04-081-0/+53