HomeSort by relevance Sort by last modified time
    Searched refs:mCheckBoxPref (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/preference2/src/android/preference2/cts/
CustomCheckBoxPreferenceTest.java 26 private CheckBoxPreference mCheckBoxPref;
36 mCheckBoxPref = (CheckBoxPreference) mActivity.findPreference(
41 assertNotNull(mCheckBoxPref);
  /packages/apps/Settings/src/com/android/settings/
AirplaneModeEnabler.java 39 private final CheckBoxPreference mCheckBoxPref;
64 mCheckBoxPref = airplaneModeCheckBoxPreference;
74 mCheckBoxPref.setChecked(isAirplaneModeOn(mContext));
77 mCheckBoxPref.setOnPreferenceChangeListener(this);
85 mCheckBoxPref.setOnPreferenceChangeListener(null);
99 mCheckBoxPref.setChecked(enabling);
116 mCheckBoxPref.setChecked(isAirplaneModeOn(mContext));

Completed in 321 milliseconds