Searched refs:RawContactIdQuery (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 481 Cursor cursor = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS, in updateAggregationAfterVisibilityChange() 482 RawContactIdQuery.SELECTION, mSelectionArgs1, null, null, null); in updateAggregationAfterVisibilityChange() 485 long rawContactId = cursor.getLong(RawContactIdQuery.RAW_CONTACT_ID); in updateAggregationAfterVisibilityChange() 916 final Cursor c = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS, in findMatchingContacts() 920 long rawContactId = c.getLong(RawContactIdQuery.RAW_CONTACT_ID); in findMatchingContacts()
|
D | ContactAggregator2.java | 466 Cursor cursor = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS, in updateAggregationAfterVisibilityChange() 467 RawContactIdQuery.SELECTION, mSelectionArgs1, null, null, null); in updateAggregationAfterVisibilityChange() 470 long rawContactId = cursor.getLong(RawContactIdQuery.RAW_CONTACT_ID); in updateAggregationAfterVisibilityChange() 826 final Cursor c = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS, in findMatchingContacts() 830 long rawContactId = c.getLong(RawContactIdQuery.RAW_CONTACT_ID); in findMatchingContacts() 831 long accountId = c.getLong(RawContactIdQuery.ACCOUNT_ID); in findMatchingContacts()
|
D | AbstractContactAggregator.java | 885 protected static class RawContactIdQuery { class in AbstractContactAggregator
|