Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java558 private static class RawContactIdAndAggregationModeQuery { class in AbstractContactAggregator
574 Cursor cursor = db.query(RawContactIdAndAggregationModeQuery.TABLE, in markContactForAggregation()
575 RawContactIdAndAggregationModeQuery.COLUMNS, in markContactForAggregation()
576 RawContactIdAndAggregationModeQuery.SELECTION, mSelectionArgs1, null, null, null); in markContactForAggregation()
579 long rawContactId = cursor.getLong(RawContactIdAndAggregationModeQuery._ID); in markContactForAggregation()
581 RawContactIdAndAggregationModeQuery.AGGREGATION_MODE); in markContactForAggregation()