Home
last modified time | relevance | path

Searched refs:AGGREGATION_NEEDED (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java311 " 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 …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java412 public static final String AGGREGATION_NEEDED = "aggregation_needed"; field
993 RawContactsColumns.AGGREGATION_NEEDED + " INTEGER NOT NULL DEFAULT 1," + in onCreate()
DContactsProvider2.java3761 mValues.put(RawContactsColumns.AGGREGATION_NEEDED, 1); in markRawContactAsDeleted()