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