mirror of
https://github.com/github/codeql.git
synced 2026-06-09 23:14:13 +02:00
Generate tests and stubs
This commit is contained in:
13
java/ql/test/stubs/android/android/content/SyncRequest.java
generated
Normal file
13
java/ql/test/stubs/android/android/content/SyncRequest.java
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
// Generated automatically from android.content.SyncRequest for testing purposes
|
||||
|
||||
package android.content;
|
||||
|
||||
import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
|
||||
public class SyncRequest implements Parcelable
|
||||
{
|
||||
public int describeContents(){ return 0; }
|
||||
public static Parcelable.Creator<SyncRequest> CREATOR = null;
|
||||
public void writeToParcel(Parcel p0, int p1){}
|
||||
}
|
||||
Reference in New Issue
Block a user