D | AbstractContactAggregator.java | 565 public static final String[] COLUMNS = {RawContacts._ID, RawContacts.AGGREGATION_MODE}; 570 public static final int AGGREGATION_MODE = 1; field in AbstractContactAggregator.RawContactIdAndAggregationModeQuery 585 RawContactIdAndAggregationModeQuery.AGGREGATION_MODE); in markContactForAggregation() 612 " AND " + RawContacts.AGGREGATION_MODE + "=" + RawContacts.AGGREGATION_MODE_DEFAULT in markAllVisibleForAggregation()
|