Home
last modified time | relevance | path

Searched defs:STRING_TO_TYPE (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBlueUnderlineTests.java29 final String STRING_TO_TYPE = "tgis"; in testBlueUnderline() local
64 final String STRING_TO_TYPE = "tgis"; in testBlueUnderlineOnBackspace() local
93 final String STRING_TO_TYPE = "tgis"; in testBlueUnderlineDisappearsWhenCursorMoved() local
115 final String STRING_TO_TYPE = "this "; in testComposingStopsOnSpace() local
H A DInputLogicTests.java151 final String STRING_TO_TYPE = "tgis "; in testAutoCorrect() local
158 final String STRING_TO_TYPE = "didn' "; in testAutoCorrectWithQuote() local
165 final String STRING_TO_TYPE = "tgis."; in testAutoCorrectWithPeriod() local
172 final String STRING_TO_TYPE = "tgis."; in testAutoCorrectWithPeriodThenRevert() local
185 final String STRING_TO_TYPE = "tgis "; in testAutoCorrectWithSpaceThenRevert() local
210 final String STRING_TO_TYPE = "this "; in testAutoCorrectToSelfDoesNotRevert() local
250 final String STRING_TO_TYPE = "this "; in testCancelDoubleSpaceEnglish() local
259 final String STRING_TO_TYPE = "this "; in testCancelDoubleSpaceHindi() local
333 final String STRING_TO_TYPE = "tgis "; in testBackspaceAtStartAfterAutocorrect() local
347 final String STRING_TO_TYPE = "and tgis "; in testAutoCorrectThenMoveCursorThenBackspace() local
[all …]
H A DInputLogicTestsLanguageWithoutSpaces.java27 final String STRING_TO_TYPE = "tgis is"; in testAutoCorrectForLanguageWithoutSpaces() local
36 final String STRING_TO_TYPE = "tgis "; in testRevertAutoCorrectForLanguageWithoutSpaces() local
H A DPunctuationTests.java174 final String STRING_TO_TYPE = "He said\"hello\"to me. I replied,\"hi\"." in testAutoSpaceWithDoubleQuotes() local