Searched refs:untypedRowBuilder (Results 1 – 1 of 1) sorted by relevance
1202 private RowBuilder untypedRowBuilder(Entity entity, String mimeType) { in untypedRowBuilder() method in ContactsSyncAdapter.ContactOperations1249 RowBuilder builder = untypedRowBuilder(entity, EasChildren.CONTENT_ITEM_TYPE); in addChildren()1286 RowBuilder builder = untypedRowBuilder(entity, StructuredName.CONTENT_ITEM_TYPE); in addName()1308 RowBuilder builder = untypedRowBuilder(entity, EasPersonal.CONTENT_ITEM_TYPE); in addPersonal()1323 RowBuilder builder = untypedRowBuilder(entity, EasBusiness.CONTENT_ITEM_TYPE); in addBusiness()1340 RowBuilder builder = untypedRowBuilder(entity, Photo.CONTENT_ITEM_TYPE); in addPhoto()1360 RowBuilder builder = untypedRowBuilder(entity, Website.CONTENT_ITEM_TYPE); in addWebpage()