File
Doc
Category
Size
Date
Package
PreferenceManager.java
API Doc
Android 5.1 API
1916
Sat Mar 14 14:09:44 GMT 2015
android.preference
PreferenceManager
java.lang.Object
public class PreferenceManager extends Object
Fields Summary
public static final String
KEY_HAS_SET_DEFAULT_VALUES
public static final String
METADATA_KEY_PREFERENCES
Constructors Summary
PreferenceManager
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.preference.PreferenceScreen
createPreferenceScreen
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public
android.preference.Preference
findPreference
(
java.lang.CharSequence
key)
throw new RuntimeException("Stub!");
public static
android.content.SharedPreferences
getDefaultSharedPreferences
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public
android.content.SharedPreferences
getSharedPreferences
()
throw new RuntimeException("Stub!");
public
int
getSharedPreferencesMode
()
throw new RuntimeException("Stub!");
public
java.lang.String
getSharedPreferencesName
()
throw new RuntimeException("Stub!");
public static void
setDefaultValues
(
android.content.Context
context,
int
resId,
boolean
readAgain)
throw new RuntimeException("Stub!");
public static void
setDefaultValues
(
android.content.Context
context,
java.lang.String
sharedPreferencesName,
int
sharedPreferencesMode,
int
resId,
boolean
readAgain)
throw new RuntimeException("Stub!");
public void
setSharedPreferencesMode
(
int
sharedPreferencesMode)
throw new RuntimeException("Stub!");
public void
setSharedPreferencesName
(
java.lang.String
sharedPreferencesName)
throw new RuntimeException("Stub!");
Java Code Source