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