Home
last modified time | relevance | path

Searched refs:mDaysToRetain (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deletionhelper/
DAutomaticStorageManagerSettings.java55 private DropDownPreference mDaysToRetain; field in AutomaticStorageManagerSettings
70 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()
/packages/apps/Settings/src/com/android/settings/deletionhelper/
DAutomaticStorageManagerSettings.java54 private DropDownPreference mDaysToRetain; field in AutomaticStorageManagerSettings
69 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()