Searched refs:VCardProperty (Results 1 – 11 of 11) sorted by relevance
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardEntryTests.java | 39 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 …]
|
D | VCardParserTests.java | 22 import com.android.vcard.VCardProperty; 88 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardParserImpl_V30.java | 134 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()
|
D | VCardParserImpl_V21.java | 307 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 …]
|
D | VCardInterpreter.java | 78 void onPropertyCreated(VCardProperty property); in onPropertyCreated()
|
D | VCardEntryCounter.java | 46 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
|
D | VCardEntryConstructor.java | 129 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
|
D | VCardProperty.java | 60 public class VCardProperty { class
|
D | VCardSourceDetector.java | 102 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
|
D | VCardEntry.java | 2126 public void addProperty(final VCardProperty property) { in addProperty()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | VNodeBuilder.java | 20 import com.android.vcard.VCardProperty; 99 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
|