Searched refs:mDaysToRetain (Results 1 – 2 of 2) sorted by relevance
55 private DropDownPreference mDaysToRetain; field in AutomaticStorageManagerSettings70 mDaysToRetain = (DropDownPreference) findPreference(KEY_DAYS); in initializeDaysToRetainPreference()71 mDaysToRetain.setOnPreferenceChangeListener(this); in initializeDaysToRetainPreference()81 mDaysToRetain.setValue(stringValues[daysValueToIndex(photosDaysToRetain, stringValues)]); in initializeDaysToRetainPreference()95 mDaysToRetain, in initializeSwitchBar()102 mDaysToRetain.setEnabled(Utils.isStorageManagerEnabled(getContext())); in onResume()