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

/frameworks/base/services/java/com/android/server/pm/
H A DBasePermission.java37 int protectionLevel; field in class:BasePermission
52 protectionLevel = PermissionInfo.PROTECTION_SIGNATURE;
/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}.
58 * Additional flag for {@link #protectionLevel}, corresponding
60 * {@link android.R.attr#protectionLevel}
90 public int protectionLevel; field in class:PermissionInfo
[all...]

Completed in 563 milliseconds