Home | History | Annotate | Download | only in contacts

Lines Matching refs:AggregationExceptions

39 import android.provider.ContactsContract.AggregationExceptions;
1352 * Construct a {@link AggregationExceptions#TYPE_KEEP_TOGETHER} ContentProviderOperation.
1357 ContentProviderOperation.newUpdate(AggregationExceptions.CONTENT_URI);
1358 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
1359 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
1360 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);