HomeSort by relevance Sort by last modified time
    Searched full:candidatescount (Results 1 - 1 of 1) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 142 final int candidatesCount = matchingCandidates.getCount();
143 if (candidatesCount >= AGGREGATION_CONTACT_SIZE_LIMIT) {
146 Log.v(TAG, "Too many matching raw contacts (" + candidatesCount
149 } else if (candidatesCount > 0) {
    [all...]

Completed in 131 milliseconds