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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 513 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT);
518 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
587 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT);
592 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 253 return buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT);
503 buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT),
513 buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT),
564 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 87 int aggregationMode = RawContacts.AGGREGATION_MODE_DEFAULT;
100 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
    [all...]
AbstractContactAggregator.java 510 case RawContacts.AGGREGATION_MODE_DEFAULT: {
546 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
586 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
599 * {@link RawContacts#AGGREGATION_MODE_DEFAULT}.
605 // Set AGGREGATION_NEEDED for all visible raw_cotnacts with AGGREGATION_MODE_DEFAULT.
610 " AND " + RawContacts.AGGREGATION_MODE + "=" + RawContacts.AGGREGATION_MODE_DEFAULT
624 RawContacts.AGGREGATION_MODE_DEFAULT);
    [all...]
ContactAggregator2.java 106 int aggregationMode = RawContacts.AGGREGATION_MODE_DEFAULT;
115 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java     [all...]
ContactAggregatorTest.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperUpgradeTest.java 202 String.valueOf(RawContacts.AGGREGATION_MODE_DEFAULT)),
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
ContactsDatabaseHelper.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /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/21/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 585 milliseconds