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

  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaListTests.java 246 return buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT);
487 buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT),
497 buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT),
548 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/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 485 case RawContacts.AGGREGATION_MODE_DEFAULT: {
521 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
561 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
574 * {@link RawContacts#AGGREGATION_MODE_DEFAULT}.
580 // Set AGGREGATION_NEEDED for all visible raw_cotnacts with AGGREGATION_MODE_DEFAULT.
585 " AND " + RawContacts.AGGREGATION_MODE + "=" + RawContacts.AGGREGATION_MODE_DEFAULT
598 RawContacts.AGGREGATION_MODE_DEFAULT);
712 int aggregationMode = RawContacts.AGGREGATION_MODE_DEFAULT;
722 if (aggregationMode == RawContacts.AGGREGATION_MODE_DEFAULT) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDelta.java 468 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT);
473 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
ContactsDatabaseHelper.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 144 milliseconds