Home
last modified time | relevance | path

Searched refs:VCardEntryConstructor (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntryConstructor.java44 public class VCardEntryConstructor implements VCardInterpreter { class
58 public VCardEntryConstructor() { in VCardEntryConstructor() method in VCardEntryConstructor
62 public VCardEntryConstructor(final int vcardType) { in VCardEntryConstructor() method in VCardEntryConstructor
66 public VCardEntryConstructor(final int vcardType, final Account account) { in VCardEntryConstructor() method in VCardEntryConstructor
75 public VCardEntryConstructor(final int vcardType, final Account account, in VCardEntryConstructor() method in VCardEntryConstructor
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DVCardVerifier.java29 import com.android.vcard.VCardEntryConstructor;
245 final VCardEntryConstructor constructor = new VCardEntryConstructor(mVCardType); in verifyWithInputStream()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardEntryTests.java36 import com.android.vcard.VCardEntryConstructor;
107 VCardEntryConstructor entryConstructor = new VCardEntryConstructor(); in testNestHandling()