// Generated automatically from android.text.GetChars for testing purposes package android.text; public interface GetChars extends CharSequence { void getChars(int p0, int p1, char[] p2, int p3); }