HomeSort by relevance Sort by last modified time
    Searched refs:aggregation (Results 26 - 38 of 38) sorted by null

12

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelperTest.java 17 package com.android.providers.contacts.aggregation.util;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 33 import com.android.providers.contacts.aggregation.AbstractContactAggregator;
DataRowHandlerForStructuredName.java 28 import com.android.providers.contacts.aggregation.AbstractContactAggregator;
DataRowHandler.java 34 import com.android.providers.contacts.aggregation.AbstractContactAggregator;
ContactsProvider2.java 156 import com.android.providers.contacts.aggregation.AbstractContactAggregator;
157 import com.android.providers.contacts.aggregation.AbstractContactAggregator.AggregationSuggestionParameter;
158 import com.android.providers.contacts.aggregation.ContactAggregator;
159 import com.android.providers.contacts.aggregation.ContactAggregator2;
160 import com.android.providers.contacts.aggregation.ProfileAggregator;
161 import com.android.providers.contacts.aggregation.util.CommonNicknameCache;
262 /** Default for the maximum number of returned aggregation suggestions. */
    [all...]
ContactsDatabaseHelper.java 99 import com.android.providers.contacts.aggregation.util.CommonNicknameCache;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java 17 package com.android.providers.contacts.aggregation;
41 import com.android.providers.contacts.aggregation.util.CommonNicknameCache;
42 import com.android.providers.contacts.aggregation.util.ContactAggregatorHelper;
43 import com.android.providers.contacts.aggregation.util.ContactMatcher;
44 import com.android.providers.contacts.aggregation.util.MatchScore;
136 // aggregation, don't attempt to aggregate - this is likely an error or a shared corporate
141 // If we encounter more than this many contacts with matching name during aggregation
423 * Aggregate all raw contacts that were marked for aggregation in the current transaction.
494 Log.d(TAG, "Contact aggregation complete: " + actualCount +
545 // As per ContactsContract documentation, default aggregation mod
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
interactive.go 205 functions: Level of aggregation for sample data
driver.go 195 // preprocess does filtering and aggregation of a profile based on the
910 // No aggregation for raw profiles.
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
interactive.go 205 functions: Level of aggregation for sample data
driver.go 195 // preprocess does filtering and aggregation of a profile based on the
910 // No aggregation for raw profiles.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java 17 package com.android.providers.contacts.aggregation;
54 * class com.android.providers.contacts.aggregation.ContactAggregator2Test -w \
626 // The ambiguity will trigger re-aggregation. And since no data matching exists, all
    [all...]
ContactAggregatorTest.java 17 package com.android.providers.contacts.aggregation;
54 * class com.android.providers.contacts.aggregation.ContactAggregatorTest -w \
609 // The ambiguity will trigger re-aggregation. And since no data matching exists, all
    [all...]

Completed in 365 milliseconds

12