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 …]
556 List<ContentValues> contentValuesList = in createOneEntryInternal() local558 if (contentValuesList == null) { in createOneEntryInternal()559 contentValuesList = new ArrayList<ContentValues>(); in createOneEntryInternal()560 contentValuesListMap.put(key, contentValuesList); in createOneEntryInternal()562 contentValuesList.add(contentValues); in createOneEntryInternal()
45 public MockEntityIterator(List<ContentValues> contentValuesList) { in MockEntityIterator() argument48 for (ContentValues contentValues : contentValuesList) { in MockEntityIterator()
5294 List<ContentValues> contentValuesList = contentValuesListMap.get(key); in queryRawContactEntity() local5295 if (contentValuesList == null) { in queryRawContactEntity()5296 contentValuesList = new ArrayList<ContentValues>(); in queryRawContactEntity()5297 contentValuesListMap.put(key, contentValuesList); in queryRawContactEntity()5299 contentValuesList.add(contentValues); in queryRawContactEntity()