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/
AutoCorrection.java 68 final int tempFreq = dictionary.getFrequency(word);
69 if (tempFreq >= maxFreq) {
70 maxFreq = tempFreq;
DictionaryCollection.java 88 final int tempFreq = mDictionaries.get(i).getFrequency(word);
89 if (tempFreq >= maxFreq) {
90 maxFreq = tempFreq;

Completed in 33 milliseconds