Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1006 private static class RawContactIdQuery { class in ContactAggregator
1038 Cursor cursor = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS, in updateAggregationAfterVisibilityChange()
1039 RawContactIdQuery.SELECTION, mSelectionArgs1, null, null, null); in updateAggregationAfterVisibilityChange()
1042 long rawContactId = cursor.getLong(RawContactIdQuery.RAW_CONTACT_ID); in updateAggregationAfterVisibilityChange()
2451 final Cursor c = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS, in findMatchingContacts()
2455 long rawContactId = c.getLong(RawContactIdQuery.RAW_CONTACT_ID); in findMatchingContacts()