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.java330 " 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 …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java441 public static final String AGGREGATION_NEEDED = "aggregation_needed"; field
1207 RawContactsColumns.AGGREGATION_NEEDED + " INTEGER NOT NULL DEFAULT 1," + in onCreate()
DContactsProvider2.java3818 values.put(RawContactsColumns.AGGREGATION_NEEDED, 1); in markRawContactAsDeleted()