Searched refs:AGGREGATION_NEEDED (Results 1 – 3 of 3) sorted by relevance
311 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=1" + in ContactAggregator()313 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0"); in ContactAggregator()339 + RawContactsColumns.AGGREGATION_NEEDED + "=0" + in ContactAggregator()349 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=0" + in ContactAggregator()581 RawContactsColumns.AGGREGATION_NEEDED + "=1" + in markAllVisibleForAggregation()589 " WHERE " + RawContactsColumns.AGGREGATION_NEEDED + "=1", null); in markAllVisibleForAggregation()1157 "raw_contacts1." + RawContactsColumns.AGGREGATION_NEEDED,1159 "raw_contacts2." + RawContactsColumns.AGGREGATION_NEEDED,1360 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0"1401 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0"[all …]
412 public static final String AGGREGATION_NEEDED = "aggregation_needed"; field993 RawContactsColumns.AGGREGATION_NEEDED + " INTEGER NOT NULL DEFAULT 1," + in onCreate()
3761 mValues.put(RawContactsColumns.AGGREGATION_NEEDED, 1); in markRawContactAsDeleted()