Searched refs:RawContactIdAndAggregationModeQuery (Results 1 – 1 of 1) sorted by relevance
562 private static class RawContactIdAndAggregationModeQuery { class in AbstractContactAggregator578 Cursor cursor = db.query(RawContactIdAndAggregationModeQuery.TABLE, in markContactForAggregation()579 RawContactIdAndAggregationModeQuery.COLUMNS, in markContactForAggregation()580 RawContactIdAndAggregationModeQuery.SELECTION, mSelectionArgs1, null, null, null); in markContactForAggregation()583 long rawContactId = cursor.getLong(RawContactIdAndAggregationModeQuery._ID); in markContactForAggregation()585 RawContactIdAndAggregationModeQuery.AGGREGATION_MODE); in markContactForAggregation()