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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 492 int aggregationMode = mDbHelper.getAggregationMode(rawContactId);
493 switch (aggregationMode) {
498 markForAggregation(rawContactId, aggregationMode, false);
524 public void markNewForAggregation(long rawContactId, int aggregationMode) {
525 mRawContactsMarkedForAggregation.put(rawContactId, aggregationMode);
528 public void markForAggregation(long rawContactId, int aggregationMode, boolean force) {
533 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
536 effectiveAggregationMode = aggregationMode;
541 effectiveAggregationMode = aggregationMode;
569 int aggregationMode = cursor.getInt
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 887 milliseconds