Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/settings/
DAppUpgrader.java346 SharedPreferences newPrefs) { in copyPreferences() argument
353 newPrefs.edit().remove(key).apply(); in copyPreferences()
356 newPrefs.edit().putString(key, boolValue).apply(); in copyPreferences()
359 newPrefs.edit().putString(key, intValue).apply(); in copyPreferences()
367 newPrefs.edit().putString(key, intValue).apply(); in copyPreferences()
373 newPrefs.edit().putString(key, (String) value).apply(); in copyPreferences()
377 newPrefs.edit().remove(key).apply(); in copyPreferences()