Searched defs:protectionLevel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DPermissionInfo.java30 * A normal application value for {@link #protectionLevel}, corresponding
32 * {@link android.R.attr#protectionLevel}.
37 * Dangerous value for {@link #protectionLevel}, corresponding
39 * {@link android.R.attr#protectionLevel}.
44 * System-level value for {@link #protectionLevel}, corresponding
46 * {@link android.R.attr#protectionLevel}.
51 * System-level value for {@link #protectionLevel}, corresponding
53 * {@link android.R.attr#protectionLevel}.
80 * {@link android.R.attr#protectionLevel}. Values may be
84 public int protectionLevel; field in class:PermissionInfo
[all...]
/frameworks/base/services/java/com/android/server/
H A DPackageManagerService.java1407 pi.protectionLevel = bp.protectionLevel;
1721 if (pi1.protectionLevel != pi2.protectionLevel) return false;
1750 if (bp.protectionLevel == info.protectionLevel
1757 bp.protectionLevel = info.protectionLevel;
3472 bp.protectionLevel = p.info.protectionLevel;
7272 int protectionLevel; field in class:PackageManagerService.BasePermission
[all...]

Completed in 61 milliseconds