Lines Matching refs:SharedPreferences
30 import android.content.SharedPreferences;
221 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(activity); in getViewTypeFromIntentAndSharedPref()
310 public static boolean getDefaultVibrate(Context context, SharedPreferences prefs) { in getDefaultVibrate()
331 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in getSharedPreference()
341 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in getSharedPreference()
346 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in getSharedPreference()
351 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in getSharedPreference()
363 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in setSharedPreference()
368 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in setSharedPreference()
385 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in setSharedPreference()
386 SharedPreferences.Editor editor = prefs.edit(); in setSharedPreference()
392 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in setSharedPreference()
393 SharedPreferences.Editor editor = prefs.edit(); in setSharedPreference()
399 SharedPreferences prefs = context.getSharedPreferences( in removeSharedPreference()
414 SharedPreferences prefs = context.getSharedPreferences( in getRingTonePreference()
434 SharedPreferences prefs = context.getSharedPreferences( in setRingTonePreference()
446 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in setDefaultView()
447 SharedPreferences.Editor editor = prefs.edit(); in setDefaultView()
627 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in getFirstDayOfWeek()
685 final SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in getShowWeekNumber()
694 final SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in getHideDeclinedEvents()
699 final SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context); in getDaysPerWeek()