HomeSort by relevance Sort by last modified time
    Searched refs:AGGREGATION_NEEDED (Results 1 - 3 of 3) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 311 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=1" +
313 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0");
339 + RawContactsColumns.AGGREGATION_NEEDED + "=0" +
349 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=0" +
571 * - Set {@link RawContactsColumns#AGGREGATION_NEEDED} For all visible raw_contacts with
578 // Set AGGREGATION_NEEDED for all visible raw_cotnacts with AGGREGATION_MODE_DEFAULT.
581 RawContactsColumns.AGGREGATION_NEEDED + "=1" +
589 " WHERE " + RawContactsColumns.AGGREGATION_NEEDED + "=1", null);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 412 public static final String AGGREGATION_NEEDED = "aggregation_needed";
    [all...]
ContactsProvider2.java     [all...]

Completed in 28 milliseconds