FileDocCategorySizeDatePackage
RingtonePreference.javaAPI DocAndroid 5.1 API2294Sat Mar 14 14:09:40 GMT 2015android.preference

RingtonePreference

public class RingtonePreference extends android.preference.Preference implements android.preference.PreferenceManager.OnActivityResultListener

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public booleanonActivityResult(int requestCode, int resultCode, android.content.Intent data)

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

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

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

 throw new RuntimeException("Stub!"); 
protected voidonPrepareRingtonePickerIntent(android.content.Intent ringtonePickerIntent)

 throw new RuntimeException("Stub!"); 
protected android.net.UrionRestoreRingtone()

 throw new RuntimeException("Stub!"); 
protected voidonSaveRingtone(android.net.Uri ringtoneUri)

 throw new RuntimeException("Stub!"); 
protected voidonSetInitialValue(boolean restorePersistedValue, java.lang.Object defaultValueObj)

 throw new RuntimeException("Stub!"); 
public voidsetRingtoneType(int type)

 throw new RuntimeException("Stub!"); 
public voidsetShowDefault(boolean showDefault)

 throw new RuntimeException("Stub!"); 
public voidsetShowSilent(boolean showSilent)

 throw new RuntimeException("Stub!");