Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java461 final long[] accountIds; in aggregateInTransaction() local
468 accountIds = new long[actualCount]; in aggregateInTransaction()
474 accountIds[index] = c.getLong(AggregationQuery.ACCOUNT_ID); in aggregateInTransaction()
486 aggregateContact(txContext, db, rawContactIds[i], accountIds[i], contactIds[i], in aggregateInTransaction()