mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Add Editable.toString flow step
This commit is contained in:
13
java/ql/test/stubs/google-android-9.0.0/android/text/TextWatcher.java
generated
Normal file
13
java/ql/test/stubs/google-android-9.0.0/android/text/TextWatcher.java
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
// Generated automatically from android.text.TextWatcher for testing purposes
|
||||
|
||||
package android.text;
|
||||
|
||||
import android.text.Editable;
|
||||
import android.text.NoCopySpan;
|
||||
|
||||
public interface TextWatcher extends NoCopySpan
|
||||
{
|
||||
void afterTextChanged(Editable p0);
|
||||
void beforeTextChanged(CharSequence p0, int p1, int p2, int p3);
|
||||
void onTextChanged(CharSequence p0, int p1, int p2, int p3);
|
||||
}
|
||||
Reference in New Issue
Block a user