FileDocCategorySizeDatePackage
PreferenceGroup.javaAPI DocAndroid 5.1 API2258Sat Mar 14 14:09:36 GMT 2015android.preference

PreferenceGroup

public abstract class PreferenceGroup extends android.preference.Preference

Fields Summary
Constructors Summary
public PreferenceGroup(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
public PreferenceGroup(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
public PreferenceGroup(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddItemFromInflater(android.preference.Preference preference)

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

 throw new RuntimeException("Stub!"); 
protected voiddispatchRestoreInstanceState(android.os.Bundle container)

 throw new RuntimeException("Stub!"); 
protected voiddispatchSaveInstanceState(android.os.Bundle container)

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

 throw new RuntimeException("Stub!"); 
public android.preference.PreferencegetPreference(int index)

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

 throw new RuntimeException("Stub!"); 
protected booleanisOnSameScreenAsChildren()

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

 throw new RuntimeException("Stub!"); 
public voidnotifyDependencyChange(boolean disableDependents)

 throw new RuntimeException("Stub!"); 
protected voidonAttachedToActivity()

 throw new RuntimeException("Stub!"); 
protected booleanonPrepareAddPreference(android.preference.Preference preference)

 throw new RuntimeException("Stub!"); 
protected voidonPrepareForRemoval()

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

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

 throw new RuntimeException("Stub!"); 
public voidsetOrderingAsAdded(boolean orderingAsAdded)

 throw new RuntimeException("Stub!");