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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryCollection.java 77 final int tempFreq = mDictionaries.get(i).getFrequency(word);
78 if (tempFreq >= maxFreq) {
79 maxFreq = tempFreq;
AutoCorrection.java 87 final int tempFreq = dictionary.getFrequency(word);
88 if (tempFreq >= maxFreq) {
89 maxFreq = tempFreq;

Completed in 185 milliseconds