Home
last modified time | relevance | path

Searched defs:WORD_TO_TYPE (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DPunctuationTests.java30 final String WORD_TO_TYPE = "this "; in testWordThenSpaceThenPunctuationFromStripTwice() local
56 final String WORD_TO_TYPE = "this !!"; in testWordThenSpaceThenPunctuationFromKeyboardTwice() local
89 final String WORD_TO_TYPE = "this"; in testManuallyPickedWordThenColon() local
100 final String WORD_TO_TYPE = "this"; in testManuallyPickedWordThenOpenParen() local
111 final String WORD_TO_TYPE = "this"; in testManuallyPickedWordThenCloseParen() local
122 final String WORD_TO_TYPE = "this"; in testManuallyPickedWordThenSmiley() local
133 final String WORD_TO_TYPE = "this"; in testManuallyPickedWordThenDotCom() local
144 final String WORD_TO_TYPE = "this."; in testTypeWordTypeDotThenPressDotCom() local
154 final String WORD_TO_TYPE = "you'f "; in testAutoCorrectionWithSingleQuoteInside() local
164 final String WORD_TO_TYPE = "'tgis' "; in testAutoCorrectionWithSingleQuotesAround() local
H A DInputLogicTests.java47 final String WORD_TO_TYPE = "abcd"; in testTypeWord() local
53 final String WORD_TO_TYPE = "this"; in testPickSuggestionThenBackspace() local
64 final String WORD_TO_TYPE = "tgis"; in testPickAutoCorrectionThenBackspace() local
79 final String WORD_TO_TYPE = "tgis"; in testPickTypedWordOverAutoCorrectionThenBackspace() local
93 final String WORD_TO_TYPE = "tgis"; in testPickDifferentSuggestionThenBackspace() local
361 final String WORD_TO_TYPE = "this"; in testNoSpaceAfterManualPick() local
402 final String WORD_TO_TYPE = "this"; in testManualPickThenStripperThenPick() local
438 final String WORD_TO_TYPE = "this"; in testDeleteWholeComposingWord() local
533 final String WORD_TO_TYPE = "Barack"; in testPredictionsAfterManualPick() local
637 final String WORD_TO_TYPE = "it's "; in testTypingSingleQuotesOneByOne() local
[all …]
H A DInputLogicTestsLanguageWithoutSpaces.java54 final String WORD_TO_TYPE = "and this "; in testDontResumeSuggestionOnBackspace() local
70 final String WORD_TO_TYPE = "abcdefgh "; in testStartComposingInsideText() local
93 final String WORD_TO_TYPE = "abcdefgh"; in testMovingCursorInsideWordAndType() local
121 final String WORD_TO_TYPE = "Barack "; in testPredictions() local