mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
10 lines
205 B
Java
Generated
10 lines
205 B
Java
Generated
// 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);
|
|
}
|