mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
23 lines
775 B
Java
Generated
23 lines
775 B
Java
Generated
// Generated automatically from android.content.pm.Signature for testing purposes
|
|
|
|
package android.content.pm;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
public class Signature implements Parcelable
|
|
{
|
|
protected Signature() {}
|
|
public Signature(String p0){}
|
|
public Signature(byte[] p0){}
|
|
public String toCharsString(){ return null; }
|
|
public boolean equals(Object p0){ return false; }
|
|
public byte[] toByteArray(){ return null; }
|
|
public char[] toChars(){ return null; }
|
|
public char[] toChars(char[] p0, int[] p1){ return null; }
|
|
public int describeContents(){ return 0; }
|
|
public int hashCode(){ return 0; }
|
|
public static Parcelable.Creator<Signature> CREATOR = null;
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|