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.java144 protected void handleParams(VCardProperty propertyData, final String params) in handleParams()
163 VCardProperty propertyData, final String paramName, final String paramValue) { in handleAnyParam()
168 protected void handleParamWithoutName(VCardProperty property, final String paramValue) { in handleParamWithoutName()
185 protected void handleType(VCardProperty property, final String paramValue) { in handleType()
201 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) { in splitAndPutParam()
277 protected void handleAgent(VCardProperty property) { in handleAgent()
DVCardParserImpl_V21.java308 final VCardProperty propertyData = constructPropertyData(line); in parseItem()
331 private void parseItemInter(VCardProperty property, String propertyNameUpper) in parseItemInter()
364 protected VCardProperty constructPropertyData(String line) throws VCardException { in constructPropertyData()
365 final VCardProperty propertyData = new VCardProperty(); in constructPropertyData()
443 protected void handleParams(VCardProperty propertyData, String params)
472 protected void handleParamWithoutName(VCardProperty propertyData, final String paramValue) {
479 protected void handleType(VCardProperty propertyData, final String ptypeval) {
492 protected void handleValue(VCardProperty propertyData, final String pvalueval) {
506 protected void handleEncoding(VCardProperty propertyData, String pencodingval)
525 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()
DVCardSourceDetector.java102 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
DVCardProperty.java60 public class VCardProperty { class
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()