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.java656 private static final class RawContactIdAndAccountQuery { class in AbstractContactAggregator
682 Cursor cursor = db.query(RawContactIdAndAccountQuery.TABLE, in aggregateContact()
683 RawContactIdAndAccountQuery.COLUMNS, RawContactIdAndAccountQuery.SELECTION, in aggregateContact()
687 contactId = cursor.getLong(RawContactIdAndAccountQuery.CONTACT_ID); in aggregateContact()
688 accountId = cursor.getLong(RawContactIdAndAccountQuery.ACCOUNT_ID); in aggregateContact()