Uses of Interface
android.content.SharedPreferences

Packages that use SharedPreferences
android.app   
android.content   
android.preference   
 

Uses of SharedPreferences in android.app
 

Methods in android.app that return SharedPreferences
 SharedPreferences Activity.getPreferences(int mode)
           
 

Uses of SharedPreferences in android.content
 

Methods in android.content that return SharedPreferences
 SharedPreferences ContextWrapper.getSharedPreferences(String name, int mode)
           
abstract  SharedPreferences Context.getSharedPreferences(String name, int mode)
           
 

Methods in android.content with parameters of type SharedPreferences
 void SharedPreferences.OnSharedPreferenceChangeListener.onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key)
           
 

Uses of SharedPreferences in android.preference
 

Methods in android.preference that return SharedPreferences
static SharedPreferences PreferenceManager.getDefaultSharedPreferences(Context context)
           
 SharedPreferences PreferenceManager.getSharedPreferences()
           
 SharedPreferences Preference.getSharedPreferences()
           
 



Copyright © 2008-2012. All Rights Reserved.