Searched refs:mMwiDontStore (Results 1 – 2 of 2) sorted by relevance
1155 if (mIsMwi && mMwiDontStore) { in isMwiDontStore()1458 mMwiDontStore = ((mDataCodingScheme & 0xF0) == 0xC0); in parseUserData()1469 + mMwiDontStore + " vmail count = " + mVoiceMailCount); in parseUserData()1518 mMwiDontStore = false; in parseUserData()1519 } else if (mMwiDontStore == false) { in parseUserData()1533 mMwiDontStore = true; in parseUserData()1551 + " Dont store = " + mMwiDontStore + " Vmail count = " in parseUserData()
99 protected boolean mMwiDontStore; field in SmsMessageBase