Searched defs:getSharedPreference (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java329 public static String[] getSharedPreference(Context context, String key, String[] defaultValue) { method in class:Utils
339 public static String getSharedPreference(Context context, String key, String defaultValue) { method in class:Utils
344 public static int getSharedPreference(Context context, String key, int defaultValue) { method in class:Utils
349 public static boolean getSharedPreference(Context context, String key, boolean defaultValue) { method in class:Utils
422 ringtone = getSharedPreference(context, GeneralPreferences.KEY_ALERTS_RINGTONE,
1689 String[] s = Utils.getSharedPreference(context, KEY_QUICK_RESPONSES, (String[]) null);

Completed in 71 milliseconds