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 211 private int profTotal;
225 profTotal = 0;
232 profTotal++;
244 profTotal++;
281 + mLocale + ", " + diff + "ms. load " + profTotal + "entries.");
UserHistoryDictIOUtils.java 140 int profTotal = 0;
156 profTotal++;
170 Log.d(TAG, "add " + profTotal + "words");

Completed in 244 milliseconds