Home
last modified time | relevance | path

Searched refs:propValueList (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNodesVerifierElem.java73 String propName, List<String> propValueList, ContentValues contentValues) { in addExpectedNodeWithOrder() argument
74 return addExpectedNodeWithOrder(propName, null, propValueList, in addExpectedNodeWithOrder()
79 String propName, String propValue, List<String> propValueList) { in addExpectedNodeWithOrder() argument
80 return addExpectedNodeWithOrder(propName, propValue, propValueList, null, in addExpectedNodeWithOrder()
85 String propName, List<String> propValueList) { in addExpectedNodeWithOrder() argument
86 final String propValue = concatinateListWithSemiColon(propValueList); in addExpectedNodeWithOrder()
87 return addExpectedNodeWithOrder(propName, propValue.toString(), propValueList, in addExpectedNodeWithOrder()
98 List<String> propValueList, TypeSet paramMap_TYPE) { in addExpectedNodeWithOrder() argument
99 return addExpectedNodeWithOrder(propName, null, propValueList, null, null, in addExpectedNodeWithOrder()
104 List<String> propValueList, ContentValues paramMap, TypeSet paramMap_TYPE) { in addExpectedNodeWithOrder() argument
[all …]
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java536 public static PostalData constructPostalData(final List<String> propValueList, in constructPostalData() argument
540 int size = propValueList.size(); in constructPostalData()
551 for (String addressElement : propValueList) { in constructPostalData()
1841 private void addPostal(int type, List<String> propValueList, String label, boolean isPrimary) { in addPostal() argument
1845 mPostalList.add(PostalData.constructPostalData(propValueList, type, label, isPrimary, in addPostal()