Searched refs:getNextNgramContext (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DNgramContextTests.java58 ngramContext_a.getNextNgramContext(new WordInfo("b"));
62 ngramContext_b_a.getNextNgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO);
66 ngramContext_b_a.getNextNgramContext(new WordInfo("c"));
76 ngramContext_a.getNextNgramContext(new WordInfo("b"));
82 ngramContext_b_a.getNextNgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO);
90 ngramContext_empty.getNextNgramContext(new WordInfo("a"));
102 ngramContext_a.getNextNgramContext(new WordInfo("b"));
110 ngramContext_b_a.getNextNgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO);
121 ngramContext_empty.getNextNgramContext(new WordInfo("a"));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DWordInputEventForPersonalization.java93 ngramContext = ngramContext.getNextNgramContext(new NgramContext.WordInfo(tempWord));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
H A DUserHistoryDictionaryTestsHelper.java106 ngramContext = ngramContext.getNextNgramContext(new WordInfo(word));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsBinaryDictionary.java165 ngramContext = ngramContext.getNextNgramContext(
H A DNgramContext.java126 public NgramContext getNextNgramContext(final WordInfo wordInfo) { method in class:NgramContext
H A DDictionaryFacilitatorImpl.java515 ngramContextForCurrentWord.getNextNgramContext(new WordInfo(currentWord));

Completed in 123 milliseconds