Searched refs:contentValuesList (Results 1 – 4 of 4) sorted by relevance
226 final List<ContentValues> contentValuesList) { in getPrimaryContentValueWithStructuredName() argument229 for (ContentValues contentValues : contentValuesList) { in getPrimaryContentValueWithStructuredName()271 private VCardBuilder appendNamePropertiesV40(final List<ContentValues> contentValuesList) { in appendNamePropertiesV40() argument280 if (contentValuesList == null || contentValuesList.isEmpty()) { in appendNamePropertiesV40()291 getPrimaryContentValueWithStructuredName(contentValuesList); in appendNamePropertiesV40()376 public VCardBuilder appendNameProperties(final List<ContentValues> contentValuesList) { in appendNameProperties() argument378 return appendNamePropertiesV40(contentValuesList); in appendNameProperties()381 if (contentValuesList == null || contentValuesList.isEmpty()) { in appendNameProperties()395 getPrimaryContentValueWithStructuredName(contentValuesList); in appendNameProperties()760 public VCardBuilder appendNickNames(final List<ContentValues> contentValuesList) { in appendNickNames() argument[all …]
577 List<ContentValues> contentValuesList = contentValuesListMap.get(key); in createOneEntryInternal() local578 if (contentValuesList == null) { in createOneEntryInternal()579 contentValuesList = new ArrayList<ContentValues>(); in createOneEntryInternal()580 contentValuesListMap.put(key, contentValuesList); in createOneEntryInternal()582 contentValuesList.add(contentValues); in createOneEntryInternal()
50 public void add(List<ContentValues> contentValuesList) { in add() argument52 for (ContentValues contentValues : contentValuesList) { in add()
5830 List<ContentValues> contentValuesList = contentValuesListMap.get(key); in queryRawContactEntity() local5831 if (contentValuesList == null) { in queryRawContactEntity()5832 contentValuesList = new ArrayList<ContentValues>(); in queryRawContactEntity()5833 contentValuesListMap.put(key, contentValuesList); in queryRawContactEntity()5835 contentValuesList.add(contentValues); in queryRawContactEntity()