mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
25 lines
888 B
Java
Generated
25 lines
888 B
Java
Generated
// Generated automatically from android.content.pm.Checksum for testing purposes
|
|
|
|
package android.content.pm;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
public class Checksum implements Parcelable
|
|
{
|
|
protected Checksum() {}
|
|
public Checksum(int p0, byte[] p1){}
|
|
public byte[] getValue(){ return null; }
|
|
public int describeContents(){ return 0; }
|
|
public int getType(){ return 0; }
|
|
public static Parcelable.Creator<Checksum> CREATOR = null;
|
|
public static int TYPE_PARTIAL_MERKLE_ROOT_1M_SHA256 = 0;
|
|
public static int TYPE_PARTIAL_MERKLE_ROOT_1M_SHA512 = 0;
|
|
public static int TYPE_WHOLE_MD5 = 0;
|
|
public static int TYPE_WHOLE_MERKLE_ROOT_4K_SHA256 = 0;
|
|
public static int TYPE_WHOLE_SHA1 = 0;
|
|
public static int TYPE_WHOLE_SHA256 = 0;
|
|
public static int TYPE_WHOLE_SHA512 = 0;
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|