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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserHistoryDictionary.java 210 private int profTotal;
224 profTotal = 0;
230 profTotal++;
242 profTotal++;
278 + mLocale + ", " + diff + "ms. load " + profTotal + "entries.");
UserHistoryDictIOUtils.java 137 int profTotal = 0;
153 profTotal++;
167 Log.d(TAG, "add " + profTotal + "words");

Completed in 33 milliseconds