Searched refs:RawContactIdAndAggregationModeQuery (Results 1 – 1 of 1) sorted by relevance
561 private static class RawContactIdAndAggregationModeQuery { class in AbstractContactAggregator577 Cursor cursor = db.query(RawContactIdAndAggregationModeQuery.TABLE, in markContactForAggregation()578 RawContactIdAndAggregationModeQuery.COLUMNS, in markContactForAggregation()579 RawContactIdAndAggregationModeQuery.SELECTION, mSelectionArgs1, null, null, null); in markContactForAggregation()582 long rawContactId = cursor.getLong(RawContactIdAndAggregationModeQuery._ID); in markContactForAggregation()584 RawContactIdAndAggregationModeQuery.AGGREGATION_MODE); in markContactForAggregation()