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 86 public enum EntryLabel {
105 public EntryLabel getEntryLabel();
258 public final EntryLabel getEntryLabel() {
259 return EntryLabel.NAME;
374 public final EntryLabel getEntryLabel() {
375 return EntryLabel.PHONE;
464 public final EntryLabel getEntryLabel() {
465 return EntryLabel.EMAIL;
685 public final EntryLabel getEntryLabel() {
686 return EntryLabel.POSTAL_ADDRESS
    [all...]

Completed in 400 milliseconds