mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
20 lines
682 B
Java
Generated
20 lines
682 B
Java
Generated
// Generated automatically from android.content.pm.ApkChecksum for testing purposes
|
|
|
|
package android.content.pm;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.security.cert.Certificate;
|
|
|
|
public class ApkChecksum implements Parcelable
|
|
{
|
|
public Certificate getInstallerCertificate(){ return null; }
|
|
public String getInstallerPackageName(){ return null; }
|
|
public String getSplitName(){ return null; }
|
|
public byte[] getValue(){ return null; }
|
|
public int describeContents(){ return 0; }
|
|
public int getType(){ return 0; }
|
|
public static Parcelable.Creator<ApkChecksum> CREATOR = null;
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|