Searched refs:newPrefs (Results 1 – 1 of 1) sorted by relevance
346 SharedPreferences newPrefs) { in copyPreferences() argument353 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()