Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java657 private static final class RawContactIdAndAccountQuery { class in AbstractContactAggregator
683 Cursor cursor = db.query(RawContactIdAndAccountQuery.TABLE, in aggregateContact()
684 RawContactIdAndAccountQuery.COLUMNS, RawContactIdAndAccountQuery.SELECTION, in aggregateContact()
688 contactId = cursor.getLong(RawContactIdAndAccountQuery.CONTACT_ID); in aggregateContact()
689 accountId = cursor.getLong(RawContactIdAndAccountQuery.ACCOUNT_ID); in aggregateContact()