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

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
LineVerifier.java 27 private int mVCardType;
33 mVCardType = vcardType;
37 LineVerifierElem lineVerifier = new LineVerifierElem(mAndroidTestCase, mVCardType);
LineVerifierElem.java 30 private final int mVCardType;
33 mVCardType = vcardType;
70 } else if ((VCardConfig.isVersion21(mVCardType) ? "VERSION:2.1" :
71 (VCardConfig.isVersion30(mVCardType) ? "VERSION:3.0" :
VCardVerifier.java 78 private int mVCardType;
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/
VCardEntryConstructor.java 53 private final int mVCardType;
77 mVCardType = vcardType;
106 mCurrentEntry = new VCardEntry(mVCardType, mAccount);
VCardComposer.java 131 private final int mVCardType;
206 mVCardType = vcardType;
552 final VCardBuilder builder = new VCardBuilder(mVCardType, mCharset);
561 if ((mVCardType & VCardConfig.FLAG_REFRAIN_IMAGE_EXPORT) == 0) {
VCardBuilder.java 103 private final int mVCardType;
135 mVCardType = vcardType;
193 if (VCardConfig.isVersion40(mVCardType)) {
195 } else if (VCardConfig.isVersion30(mVCardType)) {
198 if (!VCardConfig.isVersion21(mVCardType)) {
355 VCardConfig.getNameOrderType(mVCardType),
377 if (VCardConfig.isVersion40(mVCardType)) {
382 if (VCardConfig.isVersion30(mVCardType)) {
419 VCardConfig.getNameOrderType(mVCardType),
517 } else if (VCardConfig.isVersion30(mVCardType)) {
    [all...]
VCardEntry.java 502 private int mVCardType;
517 mVCardType = vcardType;
586 builder.withValue(StructuredPostal.FORMATTED_ADDRESS, getFormattedAddress(mVCardType));
    [all...]

Completed in 80 milliseconds