Searched refs:mDaysToRetain (Results 1 – 1 of 1) sorted by relevance
54 private DropDownPreference mDaysToRetain; field in AutomaticStorageManagerSettings69 mDaysToRetain = (DropDownPreference) findPreference(KEY_DAYS); in initializeDaysToRetainPreference()70 mDaysToRetain.setOnPreferenceChangeListener(this); in initializeDaysToRetainPreference()80 mDaysToRetain.setValue(stringValues[daysValueToIndex(photosDaysToRetain, stringValues)]); in initializeDaysToRetainPreference()94 mDaysToRetain, in initializeSwitchBar()101 mDaysToRetain.setEnabled(Utils.isStorageManagerEnabled(getContext())); in onResume()