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
211 mIsDoCoMo = VCardConfig.isDoCoMo(vcardType);
217 if (mIsDoCoMo || shouldAppendCharsetParam) {
459 if (mIsDoCoMo && !mFirstVCardEmittedInDoCoMoCase) {
H A DVCardBuilder.java108 private final boolean mIsDoCoMo; field in class:VCardBuilder
144 mIsDoCoMo = VCardConfig.isDoCoMo(vcardType);
272 if (mIsDoCoMo || mNeedsToConvertPhoneticString) {
388 } else if (mIsDoCoMo) {
452 if (mIsDoCoMo) {
520 } else if (mIsDoCoMo) {
581 if (mIsDoCoMo) {
878 if (!phoneLineExists && mIsDoCoMo) {
957 if (!emailAddressExists && mIsDoCoMo) {
966 if (mIsDoCoMo) {
[all...]

Completed in 320 milliseconds