FileDocCategorySizeDatePackage
PreferenceCategory.javaAPI DocAndroid 5.1 API1222Sat Mar 14 14:09:42 GMT 2015android.preference

PreferenceCategory.java

package android.preference;
public class PreferenceCategory
  extends android.preference.PreferenceGroup
{
public  PreferenceCategory(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes) { super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!"); }
public  PreferenceCategory(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr) { super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!"); }
public  PreferenceCategory(android.content.Context context, android.util.AttributeSet attrs) { super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!"); }
public  PreferenceCategory(android.content.Context context) { super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!"); }
protected  boolean onPrepareAddPreference(android.preference.Preference preference) { throw new RuntimeException("Stub!"); }
public  boolean isEnabled() { throw new RuntimeException("Stub!"); }
public  boolean shouldDisableDependents() { throw new RuntimeException("Stub!"); }
}