FileDocCategorySizeDatePackage
PreferenceFragment.javaAPI DocAndroid 5.1 API2123Sat Mar 14 14:09:44 GMT 2015android.preference

PreferenceFragment

public abstract class PreferenceFragment extends android.app.Fragment

Fields Summary
Constructors Summary
public PreferenceFragment()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddPreferencesFromIntent(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
public voidaddPreferencesFromResource(int preferencesResId)

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

 throw new RuntimeException("Stub!"); 
public android.preference.PreferenceManagergetPreferenceManager()

 throw new RuntimeException("Stub!"); 
public android.preference.PreferenceScreengetPreferenceScreen()

 throw new RuntimeException("Stub!"); 
public voidonActivityCreated(android.os.Bundle savedInstanceState)

 throw new RuntimeException("Stub!"); 
public voidonActivityResult(int requestCode, int resultCode, android.content.Intent data)

 throw new RuntimeException("Stub!"); 
public voidonCreate(android.os.Bundle savedInstanceState)

 throw new RuntimeException("Stub!"); 
public android.view.ViewonCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState)

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

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

 throw new RuntimeException("Stub!"); 
public booleanonPreferenceTreeClick(android.preference.PreferenceScreen preferenceScreen, android.preference.Preference preference)

 throw new RuntimeException("Stub!"); 
public voidonSaveInstanceState(android.os.Bundle outState)

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

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

 throw new RuntimeException("Stub!"); 
public voidsetPreferenceScreen(android.preference.PreferenceScreen preferenceScreen)

 throw new RuntimeException("Stub!");