FileDocCategorySizeDatePackage
Preference.javaAPI DocAndroid 5.1 API9022Sat Mar 14 14:09:42 GMT 2015android.preference

Preference

public class Preference extends Object implements Comparable

Fields Summary
public static final int
DEFAULT_ORDER
Constructors Summary
public Preference(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

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

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

 throw new RuntimeException("Stub!"); 
public Preference(android.content.Context context)

 throw new RuntimeException("Stub!"); 
Methods Summary
protected booleancallChangeListener(java.lang.Object newValue)

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

 throw new RuntimeException("Stub!"); 
protected android.preference.PreferencefindPreferenceInHierarchy(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public android.content.ContextgetContext()

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

 throw new RuntimeException("Stub!"); 
public android.content.SharedPreferences.EditorgetEditor()

 throw new RuntimeException("Stub!"); 
public android.os.BundlegetExtras()

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

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetIcon()

 throw new RuntimeException("Stub!"); 
public android.content.IntentgetIntent()

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
protected booleangetPersistedBoolean(boolean defaultReturnValue)

 throw new RuntimeException("Stub!"); 
protected floatgetPersistedFloat(float defaultReturnValue)

 throw new RuntimeException("Stub!"); 
protected intgetPersistedInt(int defaultReturnValue)

 throw new RuntimeException("Stub!"); 
protected longgetPersistedLong(long defaultReturnValue)

 throw new RuntimeException("Stub!"); 
protected java.lang.StringgetPersistedString(java.lang.String defaultReturnValue)

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

 throw new RuntimeException("Stub!"); 
public android.content.SharedPreferencesgetSharedPreferences()

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

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

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

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

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetView(android.view.View convertView, android.view.ViewGroup parent)

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
protected voidonAttachedToHierarchy(android.preference.PreferenceManager preferenceManager)

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

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

 throw new RuntimeException("Stub!"); 
protected android.view.ViewonCreateView(android.view.ViewGroup parent)

 throw new RuntimeException("Stub!"); 
public voidonDependencyChanged(android.preference.Preference dependency, boolean disableDependent)

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

 throw new RuntimeException("Stub!"); 
public voidonParentChanged(android.preference.Preference parent, boolean disableChild)

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

 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 restorePersistedValue, java.lang.Object defaultValue)

 throw new RuntimeException("Stub!"); 
public android.os.BundlepeekExtras()

 throw new RuntimeException("Stub!"); 
protected booleanpersistBoolean(boolean value)

 throw new RuntimeException("Stub!"); 
protected booleanpersistFloat(float value)

 throw new RuntimeException("Stub!"); 
protected booleanpersistInt(int value)

 throw new RuntimeException("Stub!"); 
protected booleanpersistLong(long value)

 throw new RuntimeException("Stub!"); 
protected booleanpersistString(java.lang.String value)

 throw new RuntimeException("Stub!"); 
public voidrestoreHierarchyState(android.os.Bundle container)

 throw new RuntimeException("Stub!"); 
public voidsaveHierarchyState(android.os.Bundle container)

 throw new RuntimeException("Stub!"); 
public voidsetDefaultValue(java.lang.Object defaultValue)

 throw new RuntimeException("Stub!"); 
public voidsetDependency(java.lang.String dependencyKey)

 throw new RuntimeException("Stub!"); 
public voidsetEnabled(boolean enabled)

 throw new RuntimeException("Stub!"); 
public voidsetFragment(java.lang.String fragment)

 throw new RuntimeException("Stub!"); 
public voidsetIcon(android.graphics.drawable.Drawable icon)

 throw new RuntimeException("Stub!"); 
public voidsetIcon(int iconResId)

 throw new RuntimeException("Stub!"); 
public voidsetIntent(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
public voidsetKey(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public voidsetLayoutResource(int layoutResId)

 throw new RuntimeException("Stub!"); 
public voidsetOnPreferenceChangeListener(android.preference.Preference$OnPreferenceChangeListener onPreferenceChangeListener)

 throw new RuntimeException("Stub!"); 
public voidsetOnPreferenceClickListener(android.preference.Preference$OnPreferenceClickListener onPreferenceClickListener)

 throw new RuntimeException("Stub!"); 
public voidsetOrder(int order)

 throw new RuntimeException("Stub!"); 
public voidsetPersistent(boolean persistent)

 throw new RuntimeException("Stub!"); 
public voidsetSelectable(boolean selectable)

 throw new RuntimeException("Stub!"); 
public voidsetShouldDisableView(boolean shouldDisableView)

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

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

 throw new RuntimeException("Stub!"); 
public voidsetTitle(java.lang.CharSequence title)

 throw new RuntimeException("Stub!"); 
public voidsetTitle(int titleResId)

 throw new RuntimeException("Stub!"); 
public voidsetWidgetLayoutResource(int widgetLayoutResId)

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

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

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

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

 throw new RuntimeException("Stub!");