Searched refs:oldGlobalPreferences (Results 1 – 1 of 1) sorted by relevance
176 SharedPreferences oldGlobalPreferences = in upgradeTypesToStrings() local226 if (oldGlobalPreferences.contains(Keys.KEY_FLASH_SUPPORTED_BACK_CAMERA)) { in upgradeTypesToStrings()227 boolean flashSupportedBackCamera = removeBoolean(oldGlobalPreferences, in upgradeTypesToStrings()252 if (oldGlobalPreferences.contains(Keys.KEY_CAMERA_HDR_PLUS)) { in upgradeTypesToStrings()253 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_HDR_PLUS); in upgradeTypesToStrings()260 if (oldGlobalPreferences.contains(Keys.KEY_CAMERA_HDR)) { in upgradeTypesToStrings()261 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_HDR); in upgradeTypesToStrings()268 if (oldGlobalPreferences.contains(Keys.KEY_CAMERA_GRID_LINES)) { in upgradeTypesToStrings()269 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_GRID_LINES); in upgradeTypesToStrings()282 SharedPreferences oldGlobalPreferences = in forceLocationChoice() local[all …]