Searched refs:mMwiDontStore (Results 1 – 2 of 2) sorted by relevance
1178 if (mIsMwi && mMwiDontStore) { in isMwiDontStore()1485 mMwiDontStore = ((mDataCodingScheme & 0xF0) == 0xC0); in parseUserData()1496 + mMwiDontStore + " vmail count = " + mVoiceMailCount); in parseUserData()1545 mMwiDontStore = false; in parseUserData()1546 } else if (mMwiDontStore == false) { in parseUserData()1560 mMwiDontStore = true; in parseUserData()1578 + " Dont store = " + mMwiDontStore + " Vmail count = " in parseUserData()
94 protected boolean mMwiDontStore; field in SmsMessageBase