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

/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java202 public static String getSharedPreference(Context context, String key, String defaultValue) { method in class:Utils
207 public static int getSharedPreference(Context context, String key, int defaultValue) { method in class:Utils
212 public static boolean getSharedPreference(Context context, String key, boolean defaultValue) { method in class:Utils

Completed in 43 milliseconds