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 89 final int tempFreq = mDictionaries.get(i).getFrequency(word);
90 if (tempFreq >= maxFreq) {
91 maxFreq = tempFreq;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AutoCorrectionUtils.java 73 final int tempFreq = dictionary.getFrequency(word);
74 if (tempFreq >= maxFreq) {
75 maxFreq = tempFreq;

Completed in 354 milliseconds