Generate tests and stubs

This commit is contained in:
Joe Farebrother
2021-09-29 15:44:21 +01:00
parent 0919042692
commit 3ae5f13c3d
143 changed files with 8174 additions and 667 deletions

View 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){}
}