Home
last modified time | relevance | path

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

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardEntryTests.java39 import com.android.vcard.VCardProperty;
113 VCardProperty property = new VCardProperty(); in testNestHandling()
119 property = new VCardProperty(); in testNestHandling()
125 property = new VCardProperty(); in testNestHandling()
206 VCardProperty property = new VCardProperty(); in testEntryElementIterator()
218 property = new VCardProperty(); in testEntryElementIterator()
226 property = new VCardProperty(); in testEntryElementIterator()
234 property = new VCardProperty(); in testEntryElementIterator()
244 property = new VCardProperty(); in testEntryElementIterator()
252 property = new VCardProperty(); in testEntryElementIterator()
[all …]
DVCardParserTests.java22 import com.android.vcard.VCardProperty;
88 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardParserImpl_V30.java134 protected void handleParams(VCardProperty propertyData, final String params) in handleParams()
153 VCardProperty propertyData, final String paramName, final String paramValue) { in handleAnyParam()
158 protected void handleParamWithoutName(VCardProperty property, final String paramValue) { in handleParamWithoutName()
175 protected void handleType(VCardProperty property, final String paramValue) { in handleType()
191 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) { in splitAndPutParam()
267 protected void handleAgent(VCardProperty property) { in handleAgent()
DVCardParserImpl_V21.java307 final VCardProperty propertyData = constructPropertyData(line); in parseItem()
330 private void parseItemInter(VCardProperty property, String propertyNameUpper) in parseItemInter()
363 protected VCardProperty constructPropertyData(String line) throws VCardException { in constructPropertyData()
364 final VCardProperty propertyData = new VCardProperty(); in constructPropertyData()
442 protected void handleParams(VCardProperty propertyData, String params)
471 protected void handleParamWithoutName(VCardProperty propertyData, final String paramValue) {
478 protected void handleType(VCardProperty propertyData, final String ptypeval) {
491 protected void handleValue(VCardProperty propertyData, final String pvalueval) {
505 protected void handleEncoding(VCardProperty propertyData, String pencodingval)
524 protected void handleCharset(VCardProperty propertyData, String charsetval) {
[all …]
DVCardInterpreter.java78 void onPropertyCreated(VCardProperty property); in onPropertyCreated()
DVCardEntryCounter.java46 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
DVCardEntryConstructor.java129 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
DVCardProperty.java60 public class VCardProperty { class
DVCardSourceDetector.java102 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
DVCardEntry.java2126 public void addProperty(final VCardProperty property) { in addProperty()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DVNodeBuilder.java20 import com.android.vcard.VCardProperty;
99 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()