Home | History | Annotate | Download | only in contacts

Lines Matching refs:AggregationExceptions

47 import android.provider.ContactsContract.AggregationExceptions;
1096 * Construct a {@link AggregationExceptions#TYPE_KEEP_TOGETHER} ContentProviderOperation.
1101 ContentProviderOperation.newUpdate(AggregationExceptions.CONTENT_URI);
1102 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
1103 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
1104 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);