FileDocCategorySizeDatePackage
PreferenceManager.javaAPI DocAndroid 5.1 API1916Sat Mar 14 14:09:44 GMT 2015android.preference

PreferenceManager

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.PreferenceScreencreatePreferenceScreen(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public android.preference.PreferencefindPreference(java.lang.CharSequence key)

 throw new RuntimeException("Stub!"); 
public static android.content.SharedPreferencesgetDefaultSharedPreferences(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public android.content.SharedPreferencesgetSharedPreferences()

 throw new RuntimeException("Stub!"); 
public intgetSharedPreferencesMode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSharedPreferencesName()

 throw new RuntimeException("Stub!"); 
public static voidsetDefaultValues(android.content.Context context, int resId, boolean readAgain)

 throw new RuntimeException("Stub!"); 
public static voidsetDefaultValues(android.content.Context context, java.lang.String sharedPreferencesName, int sharedPreferencesMode, int resId, boolean readAgain)

 throw new RuntimeException("Stub!"); 
public voidsetSharedPreferencesMode(int sharedPreferencesMode)

 throw new RuntimeException("Stub!"); 
public voidsetSharedPreferencesName(java.lang.String sharedPreferencesName)

 throw new RuntimeException("Stub!");