Home
last modified time | relevance | path

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

/frameworks/opt/vcard/java/com/android/vcard/
DVCardInterpreter.java78 void onPropertyCreated(VCardProperty property); in onPropertyCreated() method
DVCardEntryCounter.java46 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated() method in VCardEntryCounter
DVCardParserImpl_V21.java607 interpreter.onPropertyCreated(property);
621 interpreter.onPropertyCreated(property);
626 interpreter.onPropertyCreated(property);
694 interpreter.onPropertyCreated(property);
735 interpreter.onPropertyCreated(property);
919 interpreter.onPropertyCreated(property);
DVCardEntryConstructor.java129 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated() method in VCardEntryConstructor
DVCardSourceDetector.java102 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated() method in VCardSourceDetector
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardEntryTests.java116 entryConstructor.onPropertyCreated(property); in testNestHandling()
122 entryConstructor.onPropertyCreated(property); in testNestHandling()
128 entryConstructor.onPropertyCreated(property); in testNestHandling()
DVCardParserTests.java88 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated() method in VCardParserTests.MockVCardInterpreter
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DVNodeBuilder.java99 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated() method in VNodeBuilder