Searched refs:mVCardType (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DLineVerifier.java27 private int mVCardType; field in class:LineVerifier
33 mVCardType = vcardType;
37 LineVerifierElem lineVerifier = new LineVerifierElem(mAndroidTestCase, mVCardType);
H A DLineVerifierElem.java30 private final int mVCardType; field in class:LineVerifierElem
33 mVCardType = vcardType;
70 } else if ((VCardConfig.isVersion21(mVCardType) ? "VERSION:2.1" :
71 (VCardConfig.isVersion30(mVCardType) ? "VERSION:3.0" :
H A DVCardVerifier.java78 private int mVCardType; field in class:VCardVerifier
110 mVCardType = vcardType;
126 mVCardType = vcardType;
177 if (VCardConfig.isVersion21(mVCardType)) {
179 } else if (VCardConfig.isVersion30(mVCardType)) {
181 } else if (VCardConfig.isVersion40(mVCardType)) {
196 if (VCardConfig.isVersion40(mVCardType)) {
198 } else if (VCardConfig.isVersion30(mVCardType)) {
212 mLineVerifier = new LineVerifier(mAndroidTestCase, mVCardType);
243 final VCardParser parser = VCardUtils.getAppropriateParser(mVCardType);
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryConstructor.java53 private final int mVCardType; field in class:VCardEntryConstructor
77 mVCardType = vcardType;
106 mCurrentEntry = new VCardEntry(mVCardType, mAccount);
H A DVCardComposer.java131 private final int mVCardType; field in class:VCardComposer
206 mVCardType = vcardType;
587 final VCardBuilder builder = new VCardBuilder(mVCardType, mCharset);
596 if ((mVCardType & VCardConfig.FLAG_REFRAIN_IMAGE_EXPORT) == 0) {
H A DVCardBuilder.java103 private final int mVCardType; field in class:VCardBuilder
135 mVCardType = vcardType;
227 if (VCardConfig.isVersion40(mVCardType)) {
229 } else if (VCardConfig.isVersion30(mVCardType)) {
232 if (!VCardConfig.isVersion21(mVCardType)) {
389 VCardConfig.getNameOrderType(mVCardType),
411 if (VCardConfig.isVersion40(mVCardType)) {
416 if (VCardConfig.isVersion30(mVCardType)) {
453 VCardConfig.getNameOrderType(mVCardType),
577 } else if (VCardConfig.isVersion30(mVCardType)) {
[all...]
H A DVCardEntry.java502 private int mVCardType; field in class:VCardEntry.PostalData
517 mVCardType = vcardType;
586 builder.withValue(StructuredPostal.FORMATTED_ADDRESS, getFormattedAddress(mVCardType));
1740 private final int mVCardType; field in class:VCardEntry
1761 mVCardType = vcardType;
1772 if (type == Phone.TYPE_PAGER || VCardConfig.refrainPhoneNumberFormatting(mVCardType)) {
1795 final int formattingType = VCardUtils.getPhoneNumberFormat(mVCardType);
1832 mVCardType));
1860 .iterator().next(), mVCardType);
1995 if (VCardConfig.isVersion30(mVCardType)
[all...]

Completed in 59 milliseconds