Home | History | Annotate | Download | only in contacts

Lines Matching defs:withValue

401                 .withValue(RawContacts.ACCOUNT_NAME, accountName)
402 .withValue(RawContacts.ACCOUNT_TYPE, accountType)
403 .withValue(RawContacts.DATA_SET, dataSet)
981 insertBuilder.withValue(Data.RAW_CONTACT_ID, rawContactId);
982 insertBuilder.withValue(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE);
983 insertBuilder.withValue(GroupMembership.GROUP_ROW_ID, groupId);
1588 builder.withValue(Data.IS_SUPER_PRIMARY, 1);
1589 builder.withValue(Data.IS_PRIMARY, 1);
1721 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
1722 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
1723 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
1736 builder.withValue(AggregationExceptions.TYPE,
1740 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
1741 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);