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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 469 mValues.put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_SUSPENDED);
518 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
542 mValues.put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_SUSPENDED);
592 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
601 * {@link RawContacts#AGGREGATION_MODE} to the given value.
605 builder.withValue(RawContacts.AGGREGATION_MODE, mode);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 384 mValues.put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_SUSPENDED);
426 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
435 * {@link RawContacts#AGGREGATION_MODE} to the given value.
439 builder.withValue(RawContacts.AGGREGATION_MODE, mode);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java     [all...]
ContactAggregatorTest.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_RawContactsTest.java 59 RawContacts.AGGREGATION_MODE,
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 244 values.put(RawContacts.AGGREGATION_MODE, mode);
497 joeContactInsert.put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_SUSPENDED);
556 contactInsert.put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_SUSPENDED);
RawContactDeltaTests.java 221 source.getValues().put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DISABLED);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java 563 public static final String[] COLUMNS = {RawContacts._ID, RawContacts.AGGREGATION_MODE};
568 public static final int AGGREGATION_MODE = 1;
583 RawContactIdAndAggregationModeQuery.AGGREGATION_MODE);
610 " AND " + RawContacts.AGGREGATION_MODE + "=" + RawContacts.AGGREGATION_MODE_DEFAULT
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperUpgradeTest.java 201 new TableColumn(RawContacts.AGGREGATION_MODE, INTEGER, true,
ContactsProvider2Test.java 387 RawContacts.AGGREGATION_MODE,
    [all...]
  /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 578 milliseconds