// Generated automatically from android.content.pm.ModuleInfo for testing purposes package android.content.pm; import android.os.Parcel; import android.os.Parcelable; public class ModuleInfo implements Parcelable { public CharSequence getName(){ return null; } public String getPackageName(){ return null; } public String toString(){ return null; } public boolean equals(Object p0){ return false; } public boolean isHidden(){ return false; } public int describeContents(){ return 0; } public int hashCode(){ return 0; } public static Parcelable.Creator CREATOR = null; public void writeToParcel(Parcel p0, int p1){} }