android.preference.ListPreference Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.preference;
public class ListPreference
extends android.preference.DialogPreference
{
public ListPreference(android.content.Context context, android.util.AttributeSet attrs) { super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!"); }
public ListPreference(android.content.Context context) { super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!"); }
public void setEntries(java.lang.CharSequence[] entries) { throw new RuntimeException("Stub!"); }
public void setEntries(int entriesResId) { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence[] getEntries() { throw new RuntimeException("Stub!"); }
public void setEntryValues(java.lang.CharSequence[] entryValues) { throw new RuntimeException("Stub!"); }
public void setEntryValues(int entryValuesResId) { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence[] getEntryValues() { throw new RuntimeException("Stub!"); }
public void setValue(java.lang.String value) { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence getSummary() { throw new RuntimeException("Stub!"); }
public void setSummary(java.lang.CharSequence summary) { throw new RuntimeException("Stub!"); }
public void setValueIndex(int index) { throw new RuntimeException("Stub!"); }
public java.lang.String getValue() { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence getEntry() { throw new RuntimeException("Stub!"); }
public int findIndexOfValue(java.lang.String value) { throw new RuntimeException("Stub!"); }
protected void onPrepareDialogBuilder(android.app.AlertDialog.Builder builder) { throw new RuntimeException("Stub!"); }
protected void onDialogClosed(boolean positiveResult) { 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!"); }
}