FileDocCategorySizeDatePackage
MultiSelectListPreference.javaAPI DocAndroid 5.1 API2275Sat Mar 14 14:09:44 GMT 2015android.preference

MultiSelectListPreference

public class MultiSelectListPreference extends android.preference.DialogPreference

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequence[]getEntries()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequence[]getEntryValues()

 throw new RuntimeException("Stub!"); 
public java.util.SetgetValues()

 throw new RuntimeException("Stub!"); 
protected voidonDialogClosed(boolean positiveResult)

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

 throw new RuntimeException("Stub!"); 
protected voidonPrepareDialogBuilder(android.app.AlertDialog.Builder builder)

 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 voidsetEntries(java.lang.CharSequence[] entries)

 throw new RuntimeException("Stub!"); 
public voidsetEntries(int entriesResId)

 throw new RuntimeException("Stub!"); 
public voidsetEntryValues(java.lang.CharSequence[] entryValues)

 throw new RuntimeException("Stub!"); 
public voidsetEntryValues(int entryValuesResId)

 throw new RuntimeException("Stub!"); 
public voidsetValues(java.util.Set values)

 throw new RuntimeException("Stub!");