Searched refs:AGGREGATION_NEEDED (Results 1 – 3 of 3) sorted by relevance
330 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=1" + in ContactAggregator()332 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0"); in ContactAggregator()365 + RawContactsColumns.AGGREGATION_NEEDED + "=0" + in ContactAggregator()375 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=0" + in ContactAggregator()612 RawContactsColumns.AGGREGATION_NEEDED + "=1" + in markAllVisibleForAggregation()620 " WHERE " + RawContactsColumns.AGGREGATION_NEEDED + "=1", null); in markAllVisibleForAggregation()1445 "raw_contacts1." + RawContactsColumns.AGGREGATION_NEEDED,1447 "raw_contacts2." + RawContactsColumns.AGGREGATION_NEEDED,1648 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0"1689 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0"[all …]
441 public static final String AGGREGATION_NEEDED = "aggregation_needed"; field1207 RawContactsColumns.AGGREGATION_NEEDED + " INTEGER NOT NULL DEFAULT 1," + in onCreate()
3818 values.put(RawContactsColumns.AGGREGATION_NEEDED, 1); in markRawContactAsDeleted()