Lines Matching refs:mLastEnabledState
229 private boolean mLastEnabledState; field in DevelopmentSettings
582 mLastEnabledState = Settings.Global.getInt(cr, in onResume()
584 mSwitchBar.setChecked(mLastEnabledState); in onResume()
585 setPrefsEnabledState(mLastEnabledState); in onResume()
587 if (mHaveDebugSettings && !mLastEnabledState) { in onResume()
594 mLastEnabledState = true; in onResume()
595 mSwitchBar.setChecked(mLastEnabledState); in onResume()
596 setPrefsEnabledState(mLastEnabledState); in onResume()
1720 if (isChecked != mLastEnabledState) { in onSwitchChanged()
1736 mLastEnabledState = isChecked; in onSwitchChanged()
1737 setPrefsEnabledState(mLastEnabledState); in onSwitchChanged()
2028 mLastEnabledState = true; in onClick()
2029 setPrefsEnabledState(mLastEnabledState); in onClick()