Home
last modified time | relevance | path

Searched refs:EntryElement (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java25 import com.android.vcard.VCardEntry.EntryElement;
148 private final Map<EntryLabel, EntryElement> mExpectedElements =
149 new HashMap<EntryLabel, EntryElement>();
151 public void addExpectedElement(EntryElement elem) { in addExpectedElement()
190 public boolean onElement(EntryElement elem) { in onElement()
191 EntryElement expectedElem = mExpectedElements.remove(elem.getEntryLabel()); in onElement()
/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java116 public static interface EntryElement { interface in VCardEntry
133 public static class NameData implements EntryElement {
315 public static class PhoneData implements EntryElement {
408 public static class EmailData implements EntryElement {
883 public static class ImData implements EntryElement {
1355 public static class SipData implements EntryElement {
1595 public boolean onElement(EntryElement elem); in onElement()
1633 for (EntryElement elem : elemList) { in iterateOneList()
1660 public boolean onElement(EntryElement elem) { in onElement()
1693 public boolean onElement(EntryElement elem) { in onElement()
[all …]