Searched refs:removeString (Results 1 – 2 of 2) sorted by relevance
252 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_HDR_PLUS); in upgradeTypesToStrings()260 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_HDR); in upgradeTypesToStrings()268 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_GRID_LINES); in upgradeTypesToStrings()297 String location = removeString(oldGlobalPreferences, Keys.KEY_RECORD_LOCATION); in forceLocationChoice()
128 protected String removeString(SharedPreferences oldPreferencesLocation, String key) { in removeString() method in SettingsUpgrader