Searched refs:mMwiDontStore (Results 1 – 2 of 2) sorted by relevance
858 if (mIsMwi && mMwiDontStore) { in isMwiDontStore()1162 mMwiDontStore = ((mDataCodingScheme & 0xF0) == 0xC0); in parseUserData()1173 + mMwiDontStore + " vmail count = " + mVoiceMailCount); in parseUserData()1222 mMwiDontStore = false; in parseUserData()1223 } else if (mMwiDontStore == false) { in parseUserData()1237 mMwiDontStore = true; in parseUserData()1255 + " Dont store = " + mMwiDontStore + " Vmail count = " in parseUserData()
76 protected boolean mMwiDontStore; field in SmsMessageBase