Home | History | Annotate | Download | only in contacts

Lines Matching refs:withValue

260                 .withValue(RawContacts.ACCOUNT_NAME, accountName)
261 .withValue(RawContacts.ACCOUNT_TYPE, accountType)
262 .withValue(RawContacts.DATA_SET, dataSet)
754 insertBuilder.withValue(Data.RAW_CONTACT_ID, rawContactId);
755 insertBuilder.withValue(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE);
756 insertBuilder.withValue(GroupMembership.GROUP_ROW_ID, groupId);
1069 builder.withValue(RawContacts.NAME_VERIFIED, 1);
1103 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
1104 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
1105 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);