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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 483 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT);
488 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 247 return buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT);
488 buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT),
498 buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT),
549 buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT),
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 421 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT);
426 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 497 case RawContacts.AGGREGATION_MODE_DEFAULT: {
533 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
573 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
586 * {@link RawContacts#AGGREGATION_MODE_DEFAULT}.
592 // Set AGGREGATION_NEEDED for all visible raw_cotnacts with AGGREGATION_MODE_DEFAULT.
597 " AND " + RawContacts.AGGREGATION_MODE + "=" + RawContacts.AGGREGATION_MODE_DEFAULT
610 RawContacts.AGGREGATION_MODE_DEFAULT);
724 int aggregationMode = RawContacts.AGGREGATION_MODE_DEFAULT;
734 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
ContactsDatabaseHelper.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 165 milliseconds