Searched defs:customPropertyList (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java2403 final List<String> customPropertyList = VCardUtils.constructListFromValue(propValue,
2405 handleAndroidCustomProperty(customPropertyList);
2461 private void handleAndroidCustomProperty(final List<String> customPropertyList) { argument
2466 .add(AndroidCustomData.constructAndroidCustomData(customPropertyList));

Completed in 158 milliseconds