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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserHistoryDictionary.java 383 int totalRowCount = c.getCount();
385 if (totalRowCount > sMaxHistoryBigrams) {
386 int numDeleteRows = (totalRowCount - sMaxHistoryBigrams)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]

Completed in 3111 milliseconds