Searched refs:STRING_TO_TYPE (Results 1 – 4 of 4) sorted by relevance
29 final String STRING_TO_TYPE = "tgis"; in testBlueUnderline() local32 type(STRING_TO_TYPE); in testBlueUnderline()64 final String STRING_TO_TYPE = "tgis"; in testBlueUnderlineOnBackspace() local65 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() local94 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() local116 type(STRING_TO_TYPE); in testComposingStopsOnSpace()[all …]
113 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 …]
27 final String STRING_TO_TYPE = "tgis is"; in testAutoCorrectForLanguageWithoutSpaces() local30 type(STRING_TO_TYPE); in testAutoCorrectForLanguageWithoutSpaces()36 final String STRING_TO_TYPE = "tgis "; in testRevertAutoCorrectForLanguageWithoutSpaces() local40 type(STRING_TO_TYPE); in testRevertAutoCorrectForLanguageWithoutSpaces()
174 final String STRING_TO_TYPE = "He said\"hello\"to me. I replied,\"hi\"." in testAutoSpaceWithDoubleQuotes() local179 for (final String partToType : STRING_TO_TYPE.split("\"")) { in testAutoSpaceWithDoubleQuotes()