HomeSort by relevance Sort by last modified time
    Searched refs:protectionLevel (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/content/pm/
PermissionInfo.java 30 * 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;
    [all...]
PackageParser.java     [all...]
  /development/apps/Development/src/com/android/development/
PermissionDetails.java 203 setProtectionLevel(R.id.perm_protection, pInfo.protectionLevel);
239 private void setProtectionLevel(int viewId, int protectionLevel) {
241 if (protectionLevel == PermissionInfo.PROTECTION_NORMAL) {
243 } else if (protectionLevel == PermissionInfo.PROTECTION_DANGEROUS) {
245 } else if (protectionLevel == PermissionInfo.PROTECTION_SIGNATURE) {
247 } else if (protectionLevel == PermissionInfo.PROTECTION_SIGNATURE_OR_SYSTEM) {
  /cts/tests/tests/content/src/android/content/pm/cts/
PermissionInfoTest.java 99 assertEquals(expected.protectionLevel, actual.protectionLevel);
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 378 if(pInfo.protectionLevel == PermissionInfo.PROTECTION_DANGEROUS ||
379 pInfo.protectionLevel == PermissionInfo.PROTECTION_NORMAL) {
461 (pInfo.protectionLevel == PermissionInfo.PROTECTION_DANGEROUS) ?
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 557 if (pi.protectionLevel < startProtectionLevel
558 || pi.protectionLevel > endProtectionLevel) {
589 switch(pi.protectionLevel) {
603 System.out.println(prefix + " protectionLevel:" + protLevel);
    [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 659 milliseconds