Searched refs:RawContactIdAndAggregationModeQuery (Results 1 – 1 of 1) sorted by relevance
558 private static class RawContactIdAndAggregationModeQuery { class in AbstractContactAggregator574 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()