Searched refs:mShowScreenUpdates (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DDevelopmentSettings.java172 private CheckBoxPreference mShowScreenUpdates; field in class:DevelopmentSettings
266 mShowScreenUpdates = findAndInitCheckboxPref(SHOW_SCREEN_UPDATES_KEY);
686 updateCheckBox(mShowScreenUpdates, showUpdates != 0);
704 final int showUpdates = mShowScreenUpdates.isChecked() ? 1 : 0;
1121 } else if (preference == mShowScreenUpdates) {

Completed in 68 milliseconds