mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
16 lines
468 B
Java
Generated
16 lines
468 B
Java
Generated
// Generated automatically from android.content.pm.Attribution for testing purposes
|
|
|
|
package android.content.pm;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
public class Attribution implements Parcelable
|
|
{
|
|
public String getTag(){ return null; }
|
|
public int describeContents(){ return 0; }
|
|
public int getLabel(){ return 0; }
|
|
public static Parcelable.Creator<Attribution> CREATOR = null;
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|