Searched refs:mIsDoCoMo (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java79 private boolean mIsDoCoMo; field in class:VCardVerifier
111 mIsDoCoMo = VCardConfig.isDoCoMo(vcardType);
127 mIsDoCoMo = VCardConfig.isDoCoMo(vcardType);
201 } else if (mIsDoCoMo) {
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java134 private final boolean mIsDoCoMo; field in class:VCardComposer
136 * Used only when {@link #mIsDoCoMo} is true. Set to true when the first vCard for DoCoMo
209 mIsDoCoMo = VCardConfig.isDoCoMo(vcardType);
215 if (mIsDoCoMo || shouldAppendCharsetParam) {
218 /*if (mIsDoCoMo) {
476 if (mIsDoCoMo && !mFirstVCardEmittedInDoCoMoCase) {
H A DVCardBuilder.java108 private final boolean mIsDoCoMo; field in class:VCardBuilder
144 mIsDoCoMo = VCardConfig.isDoCoMo(vcardType);
178 /*if (mIsDoCoMo) {
306 if (mIsDoCoMo || mNeedsToConvertPhoneticString) {
422 } else if (mIsDoCoMo) {
486 if (mIsDoCoMo) {
554 } else if (mIsDoCoMo) {
615 if (mIsDoCoMo) {
912 if (!phoneLineExists && mIsDoCoMo) {
991 if (!emailAddressExists && mIsDoCoMo) {
[all...]

Completed in 133 milliseconds