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

TwoStatePreference.java

package android.preference;
public abstract class TwoStatePreference
  extends android.preference.Preference
{
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!"); }
protected  void onClick() { throw new RuntimeException("Stub!"); }
public  void setChecked(boolean checked) { throw new RuntimeException("Stub!"); }
public  boolean isChecked() { throw new RuntimeException("Stub!"); }
public  boolean shouldDisableDependents() { throw new RuntimeException("Stub!"); }
public  void setSummaryOn(java.lang.CharSequence summary) { throw new RuntimeException("Stub!"); }
public  void setSummaryOn(int summaryResId) { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getSummaryOn() { throw new RuntimeException("Stub!"); }
public  void setSummaryOff(java.lang.CharSequence summary) { throw new RuntimeException("Stub!"); }
public  void setSummaryOff(int summaryResId) { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getSummaryOff() { throw new RuntimeException("Stub!"); }
public  boolean getDisableDependentsState() { throw new RuntimeException("Stub!"); }
public  void setDisableDependentsState(boolean disableDependentsState) { throw new RuntimeException("Stub!"); }
protected  java.lang.Object onGetDefaultValue(android.content.res.TypedArray a, int index) { throw new RuntimeException("Stub!"); }
protected  void onSetInitialValue(boolean restoreValue, java.lang.Object defaultValue) { throw new RuntimeException("Stub!"); }
protected  android.os.Parcelable onSaveInstanceState() { throw new RuntimeException("Stub!"); }
protected  void onRestoreInstanceState(android.os.Parcelable state) { throw new RuntimeException("Stub!"); }
}