Home
last modified time | relevance | path

Searched refs: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
32 type(STRING_TO_TYPE); in testBlueUnderline()
64 final String STRING_TO_TYPE = "tgis"; in testBlueUnderlineOnBackspace() local
65 final int typedLength = STRING_TO_TYPE.length(); in testBlueUnderlineOnBackspace()
68 type(STRING_TO_TYPE); in testBlueUnderlineOnBackspace()
93 final String STRING_TO_TYPE = "tgis"; in testBlueUnderlineDisappearsWhenCursorMoved() local
94 final int typedLength = STRING_TO_TYPE.length(); in testBlueUnderlineDisappearsWhenCursorMoved()
96 type(STRING_TO_TYPE); in testBlueUnderlineDisappearsWhenCursorMoved()
115 final String STRING_TO_TYPE = "this "; in testComposingStopsOnSpace() local
116 type(STRING_TO_TYPE); in testComposingStopsOnSpace()
[all …]
H A DInputLogicTests.java113 type(STRING_TO_TYPE); in testDeleteSelection()
134 type(STRING_TO_TYPE); in testDeleteSelectionTwice()
153 type(STRING_TO_TYPE); in testAutoCorrect()
160 type(STRING_TO_TYPE); in testAutoCorrectWithQuote()
167 type(STRING_TO_TYPE); in testAutoCorrectWithPeriod()
174 type(STRING_TO_TYPE); in testAutoCorrectWithPeriodThenRevert()
187 type(STRING_TO_TYPE); in testAutoCorrectWithSpaceThenRevert()
212 type(STRING_TO_TYPE); in testAutoCorrectToSelfDoesNotRevert()
252 type(STRING_TO_TYPE); in testCancelDoubleSpaceEnglish()
261 type(STRING_TO_TYPE); in testCancelDoubleSpaceHindi()
[all …]
H A DInputLogicTestsLanguageWithoutSpaces.java27 final String STRING_TO_TYPE = "tgis is"; in testAutoCorrectForLanguageWithoutSpaces() local
30 type(STRING_TO_TYPE); in testAutoCorrectForLanguageWithoutSpaces()
36 final String STRING_TO_TYPE = "tgis "; in testRevertAutoCorrectForLanguageWithoutSpaces() local
40 type(STRING_TO_TYPE); in testRevertAutoCorrectForLanguageWithoutSpaces()
H A DPunctuationTests.java174 final String STRING_TO_TYPE = "He said\"hello\"to me. I replied,\"hi\"." in testAutoSpaceWithDoubleQuotes() local
179 for (final String partToType : STRING_TO_TYPE.split("\"")) { in testAutoSpaceWithDoubleQuotes()