mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
14 lines
380 B
Java
Generated
14 lines
380 B
Java
Generated
// 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){}
|
|
}
|