Lines Matching refs:withValue
405 .withValue(RawContacts.ACCOUNT_NAME, accountName) in createRawContact()
406 .withValue(RawContacts.ACCOUNT_TYPE, accountType) in createRawContact()
407 .withValue(RawContacts.DATA_SET, dataSet) in createRawContact()
985 insertBuilder.withValue(Data.RAW_CONTACT_ID, rawContactId); in addMembersToGroup()
986 insertBuilder.withValue(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in addMembersToGroup()
987 insertBuilder.withValue(GroupMembership.GROUP_ROW_ID, groupId); in addMembersToGroup()
1596 builder.withValue(Data.IS_SUPER_PRIMARY, 1); in joinContacts()
1597 builder.withValue(Data.IS_PRIMARY, 1); in joinContacts()
1729 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER); in buildJoinContactDiff()
1730 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildJoinContactDiff()
1731 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in buildJoinContactDiff()
1744 builder.withValue(AggregationExceptions.TYPE, in buildSplitContactDiff()
1748 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildSplitContactDiff()
1749 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2); in buildSplitContactDiff()