Home
last modified time | relevance | path

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

/external/libbackup/src/com/google/android/libraries/backup/
DPreferenceBackupUtil.java39 public static boolean encodeRingtonePreference(Context context, String prefsName, in encodeRingtonePreference() argument
41 SharedPreferences preferences = context.getSharedPreferences(prefsName, Context.MODE_PRIVATE); in encodeRingtonePreference()
86 public static boolean decodeRingtonePreference(Context context, String prefsName, in decodeRingtonePreference() argument
88 SharedPreferences preferences = context.getSharedPreferences(prefsName, Context.MODE_PRIVATE); in decodeRingtonePreference()