HomeSort by relevance Sort by last modified time
    Searched refs:EntryLabel (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 26 import com.android.vcard.VCardEntry.EntryLabel;
147 private EntryLabel mLabel;
148 private final Map<EntryLabel, EntryElement> mExpectedElements =
149 new HashMap<EntryLabel, EntryElement>();
174 public void onElementGroupStarted(EntryLabel label) {
327 assertTrue(result.contains(VCardEntry.EntryLabel.NAME.toString()));
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 87 public enum EntryLabel {
106 public EntryLabel getEntryLabel();
259 public final EntryLabel getEntryLabel() {
260 return EntryLabel.NAME;
375 public final EntryLabel getEntryLabel() {
376 return EntryLabel.PHONE;
465 public final EntryLabel getEntryLabel() {
466 return EntryLabel.EMAIL;
686 public final EntryLabel getEntryLabel() {
687 return EntryLabel.POSTAL_ADDRESS
    [all...]

Completed in 423 milliseconds