HomeSort by relevance Sort by last modified time
    Searched refs:STRING_TO_TYPE (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BlueUnderlineTests.java 29 final String STRING_TO_TYPE = "tgis";
32 type(STRING_TO_TYPE);
64 final String STRING_TO_TYPE = "tgis";
65 final int typedLength = STRING_TO_TYPE.length();
68 type(STRING_TO_TYPE);
93 final String STRING_TO_TYPE = "tgis";
94 final int typedLength = STRING_TO_TYPE.length();
96 type(STRING_TO_TYPE);
115 final String STRING_TO_TYPE = "this ";
116 type(STRING_TO_TYPE);
    [all...]
InputLogicTests.java 108 final String STRING_TO_TYPE = "some text delete me some text";
109 final int typedLength = STRING_TO_TYPE.length();
113 type(STRING_TO_TYPE);
129 final String STRING_TO_TYPE = "some text delete me some text";
130 final int typedLength = STRING_TO_TYPE.length();
134 type(STRING_TO_TYPE);
151 final String STRING_TO_TYPE = "tgis ";
153 type(STRING_TO_TYPE);
158 final String STRING_TO_TYPE = "didn' ";
160 type(STRING_TO_TYPE);
    [all...]
InputLogicTestsLanguageWithoutSpaces.java 27 final String STRING_TO_TYPE = "tgis is";
30 type(STRING_TO_TYPE);
36 final String STRING_TO_TYPE = "tgis ";
40 type(STRING_TO_TYPE);
PunctuationTests.java 174 final String STRING_TO_TYPE = "He said\"hello\"to me. I replied,\"hi\"."
179 for (final String partToType : STRING_TO_TYPE.split("\"")) {

Completed in 517 milliseconds