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 480 int aggregationMode = mDbHelper.getAggregationMode(rawContactId);
481 switch (aggregationMode) {
486 markForAggregation(rawContactId, aggregationMode, false);
512 public void markNewForAggregation(long rawContactId, int aggregationMode) {
513 mRawContactsMarkedForAggregation.put(rawContactId, aggregationMode);
516 public void markForAggregation(long rawContactId, int aggregationMode, boolean force) {
521 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
524 effectiveAggregationMode = aggregationMode;
529 effectiveAggregationMode = aggregationMode;
557 int aggregationMode = cursor.getInt
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 37 milliseconds