Lines Matching refs:SharedPreferences
30 import android.content.SharedPreferences;
221 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(activity);
310 public static boolean getDefaultVibrate(Context context, SharedPreferences prefs) {
331 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
341 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
346 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
351 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
363 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
368 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
385 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
386 SharedPreferences.Editor editor = prefs.edit();
392 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
393 SharedPreferences.Editor editor = prefs.edit();
399 SharedPreferences prefs = context.getSharedPreferences(
414 SharedPreferences prefs = context.getSharedPreferences(
434 SharedPreferences prefs = context.getSharedPreferences(
446 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
447 SharedPreferences.Editor editor = prefs.edit();
627 SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
685 final SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
694 final SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
699 final SharedPreferences prefs = GeneralPreferences.getSharedPreferences(context);
1705 * SharedPreferences. If not are found, get the hard coded ones that shipped