// Generated automatically from android.text.Spannable for testing purposes package android.text; import android.text.Spanned; public interface Spannable extends Spanned { static public class Factory { public Factory(){} public Spannable newSpannable(CharSequence p0){ return null; } public static Spannable.Factory getInstance(){ return null; } } void removeSpan(Object p0); void setSpan(Object p0, int p1, int p2, int p3); }