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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMatcher.java 350 ArrayList<Long> contactIds = null;
360 if (contactIds == null) {
361 contactIds = new ArrayList<Long>();
363 contactIds.add(score.mContactId);
367 return contactIds;
ContactAggregator.java 360 long contactIds[] = new long[count];
367 contactIds[index] = c.getLong(AggregationQuery.CONTACT_ID);
375 aggregateContact(db, rawContactIds[i], contactIds[i], mCandidates, mMatcher, mValues);
    [all...]

Completed in 54 milliseconds