public class PreferenceUtils extends Object
| 构造器和说明 |
|---|
PreferenceUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
clearPreference(android.content.Context context,
android.content.SharedPreferences p) |
static boolean |
getPrefBoolean(android.content.Context context,
String key,
boolean defaultValue) |
static float |
getPrefFloat(android.content.Context context,
String key,
float defaultValue) |
static int |
getPrefInt(android.content.Context context,
String key,
int defaultValue) |
static long |
getPrefLong(android.content.Context context,
String key,
long defaultValue) |
static String |
getPrefString(android.content.Context context,
String key,
String defaultValue) |
static boolean |
hasKey(android.content.Context context,
String key) |
static void |
setPrefBoolean(android.content.Context context,
String key,
boolean value) |
static void |
setPrefFloat(android.content.Context context,
String key,
float value) |
static void |
setPrefInt(android.content.Context context,
String key,
int value) |
static void |
setPrefString(android.content.Context context,
String key,
String value) |
static void |
setSettingLong(android.content.Context context,
String key,
long value) |
public static String getPrefString(android.content.Context context, String key, String defaultValue)
public static void setPrefString(android.content.Context context,
String key,
String value)
public static boolean getPrefBoolean(android.content.Context context,
String key,
boolean defaultValue)
public static boolean hasKey(android.content.Context context,
String key)
public static void setPrefBoolean(android.content.Context context,
String key,
boolean value)
public static void setPrefInt(android.content.Context context,
String key,
int value)
public static int getPrefInt(android.content.Context context,
String key,
int defaultValue)
public static void setPrefFloat(android.content.Context context,
String key,
float value)
public static float getPrefFloat(android.content.Context context,
String key,
float defaultValue)
public static void setSettingLong(android.content.Context context,
String key,
long value)
public static long getPrefLong(android.content.Context context,
String key,
long defaultValue)
public static void clearPreference(android.content.Context context,
android.content.SharedPreferences p)