Searched refs:mMwiDontStore (Results 1 – 2 of 2) sorted by relevance
1220 if (mIsMwi && mMwiDontStore) { in isMwiDontStore()1523 mMwiDontStore = ((mDataCodingScheme & 0xF0) == 0xC0); in parseUserData()1534 + mMwiDontStore + " vmail count = " + mVoiceMailCount); in parseUserData()1584 mMwiDontStore = false; in parseUserData()1585 } else if (mMwiDontStore == false) { in parseUserData()1599 mMwiDontStore = true; in parseUserData()1617 + " Dont store = " + mMwiDontStore + " Vmail count = " in parseUserData()
96 protected boolean mMwiDontStore; field in SmsMessageBase