Home | History | Annotate | Download | only in contacts

Lines Matching refs:AggregationExceptions

38 import android.provider.ContactsContract.AggregationExceptions;
1090 * Construct a {@link AggregationExceptions#TYPE_KEEP_TOGETHER} ContentProviderOperation.
1095 ContentProviderOperation.newUpdate(AggregationExceptions.CONTENT_URI);
1096 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
1097 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
1098 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);