Home
last modified time | relevance | path

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

/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java2405 final List<String> customPropertyList = VCardUtils.constructListFromValue(propValue, in addProperty() local
2407 handleAndroidCustomProperty(customPropertyList); in addProperty()
2469 private void handleAndroidCustomProperty(final List<String> customPropertyList) { in handleAndroidCustomProperty() argument
2474 .add(AndroidCustomData.constructAndroidCustomData(customPropertyList)); in handleAndroidCustomProperty()