Home
last modified time | relevance | path

Searched refs:getValueList (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardProperty.java162 public List<String> getValueList() { in getValueList() method in VCardProperty
DVCardSourceDetector.java104 final List<String> valueList = property.getValueList(); in onPropertyCreated()
DVCardEntry.java2129 final List<String> propertyValueList = property.getValueList(); in addProperty()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DVNodeBuilder.java129 final List<String> values = property.getValueList(); in onPropertyCreated()