aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/Statistics.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove researcher loggerTadashi G. Takaoka2014-05-291-279/+0
| | | | | | | This CL must be checked in together with I5cc76807e3. Bug: 15318007 Change-Id: I61423c3377ddc299fb332e742d6626c2e47145bb
* Use TimeUnit instead of DateUtils for readabilityTadashi G. Takaoka2013-07-051-2/+4
| | | | | Bug: 9550800 Change-Id: I087205530a5dbcff4bf08f48f4aa7068aae93215
* Log reasons for punting n-gram loggingKurt Partridge2013-05-231-0/+44
| | | | | | Addresses b/9074239 Change-Id: I91a3bfcbd32b03e4891ff5f65be01383a3fb8975
* Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICSKen Wakasa2013-03-181-1/+2
| | | | | bug: 8393568 Change-Id: Ie5edf44a3627aca9416145aff56bf05bbf2a05f3
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* [Rlog78a] Annotate logUnits with correctionsKurt Partridge2013-01-171-1/+17
| | | | | | | If the user makes a correction to a word, this is now explicitly indicated in the logUnit. Change-Id: I8638aadd7b8c8e32bbc9c4b020548d786513d887
* [Rlog58b] Log user pausesKurt Partridge2013-01-101-20/+36
| | | | Change-Id: I7802f07192a4cba4f3cfb5c08ce6d5d2d85a46c1
* [Rlog24] ResearchLogger detect word boundaries in callers above commitTextKurt Partridge2012-12-231-0/+13
| | | | | | multi project commit with I5847d4aba97a7224ae170a7153811c5a11816449 Change-Id: Ie6fbf6f19f0193451fe6f3ddf9d4ef1637a35db1
* [Rlog24z] Initialize statistics variablesKurt Partridge2012-12-231-5/+9
| | | | Change-Id: I73a6009294a4f559a93b6ea9ceb4ea2683d97486
* [Rlog7] ResearchLog improve gesture trackingKurt Partridge2012-12-211-1/+12
| | | | | | | | - count how many times a gesture is deleted - count num chars entered by gesture - change name of fns to reflect capturing gesture information when setting composing text Change-Id: I1b8ebf9cfcf304e0efd827c8b8e28a4010199728
* Add ProductionFlag.IS_EXPERIMENTAL_DEBUGKurt Partridge2012-12-181-1/+2
| | | | | | | | | The IS_EXPERIMENTAL_DEBUG flag gives a single place to turn off all debugging flags that might be set and to also enforce privacy controls. Currently only used in the research package. multi-project commit with I9275a7c8e40bf56106447a02d3056655329074b3 Change-Id: If769fe3a633f33963ca49e8ddf01ab24a30b6fd2
* [Rlog3] improve stat recordingKurt Partridge2012-12-171-1/+18
| | | | Change-Id: Ie3b70e6eadc2a9af5ef45ddfad6a3398cea7bfe8
* ResearchLogger add debugging codeKurt Partridge2012-11-281-0/+8
| | | | Change-Id: I03729506984f259dee63f3a66fd91963e3403d16
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-2/+2
| | | | Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d
* ResearchLogging capture full n-gram dataKurt Partridge2012-08-211-2/+2
| | | | | | | | | | | | | | | - Captures complete motion data for all words in an n-gram. - Also filters n-grams properly; if any word in the n-gram is not in the dictionary, it is not included. - Simplify ResearchLog to not require explicit state - Added LogBuffer class MainLogBuffer class to allow n-gram-level decisions about privacy. - Moved LogUnit out from ResearchLogger multi-project change with Ic70ccb6c2e11eb02d887821434b44daa3eb7a3e2 Bug: 6188932 Change-Id: I731d6cff6539e997874f723b68bdb0d9b651b937
* ResearchLogger to track simple statisticsKurt Partridge2012-08-211-0/+146
| | | | | Bug: 6188932 Change-Id: Ie1bb7322706c2d4a56f5e17044bc746e9df1cf18
* Revert "ResearchLogger to track simple statistics"Kurt Partridge2012-08-201-146/+0
| | | | | | This reverts commit 7cec911fde16775c28db3dbb16b064fc7ce69b55 Change-Id: I3eb055e03a9cf463356ebaefc7827ab65a963072
* ResearchLogger to track simple statisticsKurt Partridge2012-08-171-0/+146
DO NOT MERGE Bug: 6188932 Change-Id: I4667f8f60aa356c73f925c298318520f71e144c5