summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/utils/StatsUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge java-overridable/ into java/ againYohei Yukawa2018-05-061-0/+110
| | | | | | | | | | | | | | | This CL a logical revert of a previous CL [1], which separated Java files into common ones and overridable ones. Now that that overriding concept is no longer used, there is no need to keep having separate directory structure. [1]: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 fb74ab15c1343084740d65ef8744cad33a678e82 Fix: 79323502 Test: make -j aosp_taimen-userdebug && make -j Test: tapas LatinIME && make -j Change-Id: I2090bc25d18e6d4f24e91c2cbfe832755cbb4e8f
* Abolish source code overlay and inroduce overridable src dirKen Wakasa2014-08-161-34/+0
| | | | | | | | This should make IDEs happy with appropriate source code directory selection. bug: 16829244 Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991
* Simplify StatsUtilsYohei Yukawa2014-05-151-24/+5
| | | | | | | | | | | 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
* Fix build breakage caused by I0218dd07Yohei Yukawa2014-04-081-1/+1
| | | | | BUG: 11746191 Change-Id: I0b693c4b22793f6e8fd77a9f045f205aa8fe4050
* Add StatsUtils for checking stateYohei Yukawa2014-04-081-0/+53
BUG: 11746191 Change-Id: I0218dd07dde1d09321009ea1497258fc4235a1e8