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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 89 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId);
90 if (aggModeObject != null) {
91 aggregationMode = aggModeObject;
    [all...]
ContactAggregator2.java 108 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId);
109 if (aggModeObject != null) {
110 aggregationMode = aggModeObject;
    [all...]

Completed in 1426 milliseconds