OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contactIds
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMatcher.java
353
ArrayList<Long>
contactIds
= null;
363
if (
contactIds
== null) {
364
contactIds
= new ArrayList<Long>();
366
contactIds
.add(score.mContactId);
370
return
contactIds
;
ContactAggregator.java
377
long
contactIds
[] = new long[count];
386
contactIds
[index] = c.getLong(AggregationQuery.CONTACT_ID);
396
aggregateContact(db, rawContactIds[i], accountTypes[i], accountNames[i],
contactIds
[i],
[
all
...]
Completed in 244 milliseconds