Searched refs:mDaysToRetain (Results 1 – 1 of 1) sorted by relevance
52 private DropDownPreference mDaysToRetain; field in AutomaticStorageManagerSettings67 mDaysToRetain = (DropDownPreference) findPreference(KEY_DAYS); in initializeDaysToRetainPreference()68 mDaysToRetain.setOnPreferenceChangeListener(this); in initializeDaysToRetainPreference()78 mDaysToRetain.setValue(stringValues[daysValueToIndex(photosDaysToRetain, stringValues)]); in initializeDaysToRetainPreference()90 mDaysToRetain, in initializeSwitchBar()97 mDaysToRetain.setEnabled(isStorageManagerEnabled()); in onResume()