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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PunctuationTests.java 30 final String WORD_TO_TYPE = "this ";
40 type(WORD_TO_TYPE);
56 final String WORD_TO_TYPE = "this !!";
58 type(WORD_TO_TYPE);
89 final String WORD_TO_TYPE = "this";
92 type(WORD_TO_TYPE);
93 pickSuggestionManually(WORD_TO_TYPE);
100 final String WORD_TO_TYPE = "this";
103 type(WORD_TO_TYPE);
104 pickSuggestionManually(WORD_TO_TYPE);
    [all...]
InputLogicTests.java 47 final String WORD_TO_TYPE = "abcd";
48 type(WORD_TO_TYPE);
49 assertEquals("type word", WORD_TO_TYPE, mEditText.getText().toString());
53 final String WORD_TO_TYPE = "this";
55 type(WORD_TO_TYPE);
56 pickSuggestionManually(WORD_TO_TYPE);
57 sendUpdateForCursorMoveTo(WORD_TO_TYPE.length());
64 final String WORD_TO_TYPE = "tgis";
67 type(WORD_TO_TYPE);
70 sendUpdateForCursorMoveTo(WORD_TO_TYPE.length())
    [all...]
InputLogicTestsLanguageWithoutSpaces.java 54 final String WORD_TO_TYPE = "and this ";
56 type(WORD_TO_TYPE);
70 final String WORD_TO_TYPE = "abcdefgh ";
71 final int typedLength = WORD_TO_TYPE.length() - 1; // -1 because space gets eaten
74 type(WORD_TO_TYPE);
93 final String WORD_TO_TYPE = "abcdefgh";
94 final int typedLength = WORD_TO_TYPE.length();
97 type(WORD_TO_TYPE);
121 final String WORD_TO_TYPE = "Barack ";
123 type(WORD_TO_TYPE);
    [all...]

Completed in 73 milliseconds