LatinIME/tests/src/com/android/inputmethod/latin/utils
Jean Chalard 4a1113b6b0 Refactoring
Rename `initialize' to `start' and `deactivate' to `stop' for ease
of understanding. It's completely bizarre that you can "deactivate"
a recapitalization and that will just restart a new one the next time
you press shift. Start and stop are easier to understand.

Change-Id: I455175aebfcfe11198c6c61bf2c6b19efc3f82df
2014-06-04 16:29:29 +09:00
..
AsyncResultHolderTests.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
Base64ReaderTests.java Move Base64Reader to utils package 2013-06-05 19:39:36 +09:00
BinaryDictionaryUtilsTests.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
ByteArrayDictBuffer.java Move code only used for dicttool and tests under tests. 2014-03-27 15:30:32 +09:00
CapsModeUtilsTests.java Fix a bug specific to German capitalization. 2014-01-17 02:06:24 +09:00
CsvUtilsTests.java Add CsvUtils that conform to RFC 4180 2013-06-05 12:26:22 +09:00
DictionaryInfoUtilsTests.java Fix build. 2014-01-10 12:18:26 +09:00
EditDistanceTests.java Separate utility methods from BinaryDictionary. 2014-03-05 18:19:34 +09:00
ExecutorUtilsTests.java Remove PrioritizedSerialExecutor. 2014-05-29 17:36:32 +09:00
RecapitalizeStatusTests.java Refactoring 2014-06-04 16:29:29 +09:00
ResizableIntArrayTests.java Rename InputPointers.addPointer and ResizableIntArray.add 2014-01-08 14:30:21 +09:00
ResourceUtilsTests.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
SpacebarLanguagetUtilsTests.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
SpannableStringUtilsTests.java Fix the offdevice regression test build 2013-09-25 19:13:47 +09:00
StringAndJsonUtilsTests.java Fix: StringIndexOutOfBoundsException. 2014-05-16 15:32:12 +09:00
SubtypeLocaleUtilsTests.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00