Home | History | Annotate | Download | only in data

Lines Matching defs:oldState

956         int oldState = mMmsState;
965 if (mMmsState == FORCE_MMS && ((oldState & ~FORCE_MMS) > 0)) {
972 if (oldState == 0 && mMmsState != 0) {
974 } else if (oldState != 0 && mMmsState == 0) {
979 if (oldState != mMmsState) {