Searched refs:contactCount (Results 1 – 2 of 2) sorted by relevance
108 final int contactCount = mManager.getContactCount(); in haveContentsChanged() local109 if (contactCount > ContactsDictionaryConstants.MAX_CONTACTS_PROVIDER_QUERY_LIMIT) { in haveContentsChanged()115 if (contactCount != mManager.getContactCountAtLastRebuild()) { in haveContentsChanged()118 + mManager.getContactCountAtLastRebuild() + " to " + contactCount); in haveContentsChanged()
298 int contactCount = 0; in loadAllContacts() local299 if ((contactCount = fetchAndSetContacts( in loadAllContacts()303 totalContacts = contactCount; // to set total contacts count fetched on Connect in loadAllContacts()