Searched refs:mVCardType (Results 1 – 7 of 7) sorted by relevance
78 private int mVCardType; field in VCardVerifier110 mVCardType = vcardType; in initForImportTest()126 mVCardType = vcardType; in initForExportTest()177 if (VCardConfig.isVersion21(mVCardType)) { in addPropertyNodesVerifierElem()179 } else if (VCardConfig.isVersion30(mVCardType)) { in addPropertyNodesVerifierElem()181 } else if (VCardConfig.isVersion40(mVCardType)) { in addPropertyNodesVerifierElem()196 if (VCardConfig.isVersion40(mVCardType)) { in addPropertyNodesVerifierElemWithEmptyName()198 } else if (VCardConfig.isVersion30(mVCardType)) { in addPropertyNodesVerifierElemWithEmptyName()212 mLineVerifier = new LineVerifier(mAndroidTestCase, mVCardType); in addLineVerifierElem()243 final VCardParser parser = VCardUtils.getAppropriateParser(mVCardType); in verifyWithInputStream()[all …]
30 private final int mVCardType; field in LineVerifierElem33 mVCardType = vcardType; in LineVerifierElem()70 } else if ((VCardConfig.isVersion21(mVCardType) ? "VERSION:2.1" : in verify()71 (VCardConfig.isVersion30(mVCardType) ? "VERSION:3.0" : in verify()
27 private int mVCardType; field in LineVerifier33 mVCardType = vcardType; in LineVerifier()37 LineVerifierElem lineVerifier = new LineVerifierElem(mAndroidTestCase, mVCardType); in addLineVerifierElem()
53 private final int mVCardType; field in VCardEntryConstructor77 mVCardType = vcardType; in VCardEntryConstructor()106 mCurrentEntry = new VCardEntry(mVCardType, mAccount); in onEntryStarted()
103 private final int mVCardType; field in VCardBuilder135 mVCardType = vcardType; in VCardBuilder()193 if (VCardConfig.isVersion40(mVCardType)) { in clear()195 } else if (VCardConfig.isVersion30(mVCardType)) { in clear()198 if (!VCardConfig.isVersion21(mVCardType)) { in clear()355 VCardConfig.getNameOrderType(mVCardType), in appendNamePropertiesV40()377 if (VCardConfig.isVersion40(mVCardType)) { in appendNameProperties()382 if (VCardConfig.isVersion30(mVCardType)) { in appendNameProperties()419 VCardConfig.getNameOrderType(mVCardType), in appendNameProperties()517 } else if (VCardConfig.isVersion30(mVCardType)) { in appendNameProperties()[all …]
131 private final int mVCardType; field in VCardComposer208 mVCardType = vcardType; in VCardComposer()601 final VCardBuilder builder = new VCardBuilder(mVCardType, mCharset); in buildVCard()610 if ((mVCardType & VCardConfig.FLAG_REFRAIN_IMAGE_EXPORT) == 0) { in buildVCard()
503 private int mVCardType; field in VCardEntry.PostalData518 mVCardType = vcardType; in PostalData()587 builder.withValue(StructuredPostal.FORMATTED_ADDRESS, getFormattedAddress(mVCardType)); in constructInsertOperation()1742 private final int mVCardType; field in VCardEntry1763 mVCardType = vcardType; in VCardEntry()1774 if (type == Phone.TYPE_PAGER || VCardConfig.refrainPhoneNumberFormatting(mVCardType)) { in addPhone()1797 final int formattingType = VCardUtils.getPhoneNumberFormat(mVCardType); in addPhone()1834 mVCardType)); in addPostal()1862 .iterator().next(), mVCardType); in buildSinglePhoneticNameFromSortAsParam()1997 if (VCardConfig.isVersion30(mVCardType) in tryHandleSortAsName()[all …]