Home
last modified time | relevance | path

Searched refs:contactCount (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsContentObserver.java108 final int contactCount = mManager.getContactCount(); in haveContentsChanged() local
109 if (contactCount > ContactsDictionaryConstants.MAX_CONTACTS_PROVIDER_QUERY_LIMIT) { in haveContentsChanged()
115 if (contactCount != mManager.getContactCountAtLastRebuild()) { in haveContentsChanged()
118 + mManager.getContactCountAtLastRebuild() + " to " + contactCount); in haveContentsChanged()