FileDocCategorySizeDatePackage
SwitchPreference.javaAPI DocAndroid 5.1 API1450Sat Mar 14 14:09:42 GMT 2015android.preference

SwitchPreference

public class SwitchPreference extends android.preference.TwoStatePreference

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
protected voidonBindView(android.view.View view)

 throw new RuntimeException("Stub!"); 
public voidsetSwitchTextOff(java.lang.CharSequence offText)

 throw new RuntimeException("Stub!"); 
public voidsetSwitchTextOff(int resId)

 throw new RuntimeException("Stub!"); 
public voidsetSwitchTextOn(java.lang.CharSequence onText)

 throw new RuntimeException("Stub!"); 
public voidsetSwitchTextOn(int resId)

 throw new RuntimeException("Stub!");