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

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 30 import android.provider.ContactsContract.AggregationExceptions;
112 * any {@link AggregationExceptions} rules needed to groups edits together.
145 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
146 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
156 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, firstInsertRow);
157 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
180 .newUpdate(AggregationExceptions.CONTENT_URI);
181 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
186 * Builds {@link AggregationExceptions} to split all constituent raw contacts int
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java 27 import android.provider.ContactsContract.AggregationExceptions;
124 * any {@link AggregationExceptions} rules needed to groups edits together.
155 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, joinedRawContactId);
157 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId);
160 AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
175 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
176 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
186 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1,
188 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
211 .newUpdate(AggregationExceptions.CONTENT_URI)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactAggregatorTest.java 30 import android.provider.ContactsContract.AggregationExceptions;
58 AggregationExceptions.TYPE,
59 AggregationExceptions.RAW_CONTACT_ID1,
60 AggregationExceptions.RAW_CONTACT_ID2
67 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER,
70 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1
71 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId2
72 + ") OR (" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId2
73 + " AND " + AggregationExceptions.RAW_CONTACT_ID2 + "=" + rawContactId1 + ")";
76 Cursor c = mResolver.query(AggregationExceptions.CONTENT_URI
    [all...]
ContactLookupKeyTest.java 23 import android.provider.ContactsContract.AggregationExceptions;
46 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
81 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
83 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId3);
137 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
139 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId3);
147 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, rawContactId1,
149 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, rawContactId2,
GroupsTest.java 30 import android.provider.ContactsContract.AggregationExceptions;
86 AggregationExceptions.TYPE_KEEP_TOGETHER, contactCharlie, contactCharlieDupe);
309 values.put(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
310 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
311 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
312 mResolver.update(AggregationExceptions.CONTENT_URI, values, null, null);
360 values.put(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
361 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1)
    [all...]
ContactDirectoryManagerTest.java 34 import android.provider.ContactsContract.AggregationExceptions;
548 Uri contentUri = AggregationExceptions.CONTENT_URI.buildUpon().appendQueryParameter(
555 AggregationExceptions.TYPE,
556 AggregationExceptions.RAW_CONTACT_ID1,
557 AggregationExceptions.RAW_CONTACT_ID2,
ContactsActor.java 47 import android.provider.ContactsContract.AggregationExceptions;
493 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
494 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
495 values.put(AggregationExceptions.TYPE, type);
496 resolver.update(AggregationExceptions.CONTENT_URI, values, null, null);
BaseContactsProvider2Test.java 34 import android.provider.ContactsContract.AggregationExceptions;
527 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
528 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
529 values.put(AggregationExceptions.TYPE, type);
530 assertEquals(1, mResolver.update(AggregationExceptions.CONTENT_URI, values, null, null));
    [all...]
ContactsProvider2Test.java 38 import android.provider.ContactsContract.AggregationExceptions;
563 assertProjection(AggregationExceptions.CONTENT_URI, new String[]{
565 AggregationExceptions.TYPE,
566 AggregationExceptions.RAW_CONTACT_ID1,
567 AggregationExceptions.RAW_CONTACT_ID2,
701 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
723 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId2);
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaListTests.java 37 import android.provider.ContactsContract.AggregationExceptions;
50 * create {@link AggregationExceptions} in certain cases.
251 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
252 values.put(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
253 return buildOper(AggregationExceptions.CONTENT_URI, TYPE_UPDATE, values);
289 * Count number of {@link AggregationExceptions} updates contained in the
295 if (AggregationExceptions.CONTENT_URI.equals(oper.getUri())
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 38 import android.provider.ContactsContract.AggregationExceptions;
    [all...]
ContactsDatabaseHelper.java 47 import android.provider.ContactsContract.AggregationExceptions;
    [all...]
ContactsProvider2.java 110 import android.provider.ContactsContract.AggregationExceptions;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 45 import android.provider.ContactsContract.AggregationExceptions;
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 96 * {@link AggregationExceptions}, which is used for manual aggregation and
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1149 milliseconds