FileDocCategorySizeDatePackage
TwoStatePreference.javaAPI DocAndroid 5.1 API2329Sat Mar 14 14:09:38 GMT 2015android.preference

TwoStatePreference

public abstract class TwoStatePreference extends android.preference.Preference

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

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

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

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
public TwoStatePreference(android.content.Context context)

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
protected java.lang.ObjectonGetDefaultValue(android.content.res.TypedArray a, int index)

 throw new RuntimeException("Stub!"); 
protected voidonRestoreInstanceState(android.os.Parcelable state)

 throw new RuntimeException("Stub!"); 
protected android.os.ParcelableonSaveInstanceState()

 throw new RuntimeException("Stub!"); 
protected voidonSetInitialValue(boolean restoreValue, java.lang.Object defaultValue)

 throw new RuntimeException("Stub!"); 
public voidsetChecked(boolean checked)

 throw new RuntimeException("Stub!"); 
public voidsetDisableDependentsState(boolean disableDependentsState)

 throw new RuntimeException("Stub!"); 
public voidsetSummaryOff(java.lang.CharSequence summary)

 throw new RuntimeException("Stub!"); 
public voidsetSummaryOff(int summaryResId)

 throw new RuntimeException("Stub!"); 
public voidsetSummaryOn(int summaryResId)

 throw new RuntimeException("Stub!"); 
public voidsetSummaryOn(java.lang.CharSequence summary)

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

 throw new RuntimeException("Stub!");