Files
codeql/java/ql/test/stubs/google-android-9.0.0/android/view/SearchEvent.java
Joe Farebrother 498ad230c2 Update stubs
2022-08-05 12:56:19 +01:00

13 lines
293 B
Java
Generated

// Generated automatically from android.view.SearchEvent for testing purposes
package android.view;
import android.view.InputDevice;
public class SearchEvent
{
protected SearchEvent() {}
public InputDevice getInputDevice(){ return null; }
public SearchEvent(InputDevice p0){}
}