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