Home | History | Annotate | Download | only in model

Lines Matching refs:AggregationExceptions

31 import android.provider.ContactsContract.AggregationExceptions;
127 * any {@link AggregationExceptions} rules needed to groups edits together.
161 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, joinedRawContactId);
163 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId);
166 AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
181 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
182 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
192 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1,
194 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
230 .newUpdate(AggregationExceptions.CONTENT_URI);
231 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
236 * Builds {@link AggregationExceptions} to split all constituent raw contacts into
252 * Construct a {@link AggregationExceptions#TYPE_KEEP_SEPARATE}.
257 ContentProviderOperation.newUpdate(AggregationExceptions.CONTENT_URI);
258 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_SEPARATE);
263 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
265 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRef1);
273 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
275 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRef2);
286 * {@link AggregationExceptions} during an update.