mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
50 lines
2.1 KiB
Java
Generated
50 lines
2.1 KiB
Java
Generated
// Generated automatically from android.content.pm.PermissionInfo for testing purposes
|
|
|
|
package android.content.pm;
|
|
|
|
import android.content.pm.PackageItemInfo;
|
|
import android.content.pm.PackageManager;
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
public class PermissionInfo extends PackageItemInfo implements Parcelable
|
|
{
|
|
public CharSequence loadDescription(PackageManager p0){ return null; }
|
|
public CharSequence nonLocalizedDescription = null;
|
|
public PermissionInfo(){}
|
|
public PermissionInfo(PermissionInfo p0){}
|
|
public String group = null;
|
|
public String toString(){ return null; }
|
|
public int describeContents(){ return 0; }
|
|
public int descriptionRes = 0;
|
|
public int flags = 0;
|
|
public int getProtection(){ return 0; }
|
|
public int getProtectionFlags(){ return 0; }
|
|
public int protectionLevel = 0;
|
|
public static Parcelable.Creator<PermissionInfo> CREATOR = null;
|
|
public static int FLAG_COSTS_MONEY = 0;
|
|
public static int FLAG_HARD_RESTRICTED = 0;
|
|
public static int FLAG_IMMUTABLY_RESTRICTED = 0;
|
|
public static int FLAG_INSTALLED = 0;
|
|
public static int FLAG_SOFT_RESTRICTED = 0;
|
|
public static int PROTECTION_DANGEROUS = 0;
|
|
public static int PROTECTION_FLAG_APPOP = 0;
|
|
public static int PROTECTION_FLAG_DEVELOPMENT = 0;
|
|
public static int PROTECTION_FLAG_INSTALLER = 0;
|
|
public static int PROTECTION_FLAG_INSTANT = 0;
|
|
public static int PROTECTION_FLAG_PRE23 = 0;
|
|
public static int PROTECTION_FLAG_PREINSTALLED = 0;
|
|
public static int PROTECTION_FLAG_PRIVILEGED = 0;
|
|
public static int PROTECTION_FLAG_RUNTIME_ONLY = 0;
|
|
public static int PROTECTION_FLAG_SETUP = 0;
|
|
public static int PROTECTION_FLAG_SYSTEM = 0;
|
|
public static int PROTECTION_FLAG_VERIFIER = 0;
|
|
public static int PROTECTION_INTERNAL = 0;
|
|
public static int PROTECTION_MASK_BASE = 0;
|
|
public static int PROTECTION_MASK_FLAGS = 0;
|
|
public static int PROTECTION_NORMAL = 0;
|
|
public static int PROTECTION_SIGNATURE = 0;
|
|
public static int PROTECTION_SIGNATURE_OR_SYSTEM = 0;
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|