Searched refs:prefsName (Results 1 – 1 of 1) sorted by relevance
39 public static boolean encodeRingtonePreference(Context context, String prefsName, in encodeRingtonePreference() argument41 SharedPreferences preferences = context.getSharedPreferences(prefsName, Context.MODE_PRIVATE); in encodeRingtonePreference()86 public static boolean decodeRingtonePreference(Context context, String prefsName, in decodeRingtonePreference() argument88 SharedPreferences preferences = context.getSharedPreferences(prefsName, Context.MODE_PRIVATE); in decodeRingtonePreference()