mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
23 lines
820 B
Java
Generated
23 lines
820 B
Java
Generated
// Generated automatically from android.content.pm.VersionedPackage for testing purposes
|
|
|
|
package android.content.pm;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
public class VersionedPackage implements Parcelable
|
|
{
|
|
protected VersionedPackage() {}
|
|
public String getPackageName(){ return null; }
|
|
public String toString(){ return null; }
|
|
public VersionedPackage(String p0, int p1){}
|
|
public VersionedPackage(String p0, long p1){}
|
|
public boolean equals(Object p0){ return false; }
|
|
public int describeContents(){ return 0; }
|
|
public int getVersionCode(){ return 0; }
|
|
public int hashCode(){ return 0; }
|
|
public long getLongVersionCode(){ return 0; }
|
|
public static Parcelable.Creator<VersionedPackage> CREATOR = null;
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|