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