Home | History | Annotate | Download | only in policy

Lines Matching defs:mLastState

845             mCurrentState.iconGroup = mLastState.iconGroup = new IconGroup(
1041 mLastState.networkName = mCurrentState.networkName = mNetworkNameDefault;
1042 mLastState.enabled = mCurrentState.enabled = hasMobileData;
1043 mLastState.iconGroup = mCurrentState.iconGroup = mDefaultIcons;
1503 protected final T mLastState;
1528 mLastState = cleanState();
1558 mCurrentState.copyFrom(mLastState);
1566 if (!mLastState.equals(mCurrentState)) {
1568 Log.d(mTag, "Change in state from: " + mLastState + "\n"
1582 mLastState.copyFrom(mCurrentState);
1647 mHistory[mHistoryIndex++ & (HISTORY_SIZE - 1)].copyFrom(mLastState);
1671 * mCurrentState != mLastState.