Home | History | Annotate | Download | only in model

Lines Matching refs:AggregationExceptions

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 into
202 * Construct a {@link AggregationExceptions#TYPE_KEEP_SEPARATE}.
207 ContentProviderOperation.newUpdate(AggregationExceptions.CONTENT_URI);
208 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_SEPARATE);
212 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
214 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRefs[index1]);
219 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
221 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRefs[index2]);
229 * {@link AggregationExceptions} during an update.