mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
13 lines
293 B
Java
Generated
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){}
|
|
}
|