/cts/tests/tests/permission2/src/android/permission2/cts/ |
PermissionPolicyTest.java | 51 private static final String ATTR_PROTECTION_LEVEL = "protectionLevel"; 83 final int expectedProtection = expectedPermission.protectionLevel 85 final int declaredProtection = declaredPermission.protectionLevel 91 final int expectedProtectionFlags = expectedPermission.protectionLevel 93 final int declaredProtectionFlags = declaredPermission.protectionLevel 99 if ((declaredPermission.protectionLevel & PermissionInfo.PROTECTION_DANGEROUS) != 0) { 144 permissionInfo.protectionLevel = parseProtectionLevel( 156 int protectionLevel = 0; 161 protectionLevel |= PermissionInfo.PROTECTION_NORMAL; 164 protectionLevel |= PermissionInfo.PROTECTION_DANGEROUS [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
BasePermission.java | 38 int protectionLevel; 61 protectionLevel = PermissionInfo.PROTECTION_SIGNATURE; 88 return (protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) 93 return (protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) 95 && (protectionLevel & PermissionInfo.PROTECTION_FLAG_DEVELOPMENT) != 0;
|
PackageManagerShellCommand.java | [all...] |
PackageManagerService.java | [all...] |
Settings.java | [all...] |
/frameworks/base/core/java/android/content/pm/ |
PermissionInfo.java | 31 * A normal application value for {@link #protectionLevel}, corresponding 33 * {@link android.R.attr#protectionLevel}. 38 * Dangerous value for {@link #protectionLevel}, corresponding 40 * {@link android.R.attr#protectionLevel}. 45 * System-level value for {@link #protectionLevel}, corresponding 47 * {@link android.R.attr#protectionLevel}. 59 * Additional flag for {@link #protectionLevel}, corresponding 61 * {@link android.R.attr#protectionLevel}. 74 * Additional flag for {@link #protectionLevel}, corresponding 76 * {@link android.R.attr#protectionLevel} [all...] |
PackageParser.java | [all...] |
/cts/tests/tests/content/src/android/content/pm/cts/ |
PermissionInfoTest.java | 58 assertEquals(expected.protectionLevel, actual.protectionLevel);
|
/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) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
vsmgmt.h | 215 STDMETHOD_(HRESULT,SetVolumeProtectLevel)(THIS_ VSS_PWSZ pwszVolumeName,VSS_PROTECTION_LEVEL protectionLevel) PURE; 216 STDMETHOD_(HRESULT,GetVolumeProtectLevel)(THIS_ VSS_PWSZ pwszVolumeName,VSS_VOLUME_PROTECTION_INFO *protectionLevel) PURE; 237 #define IVssDifferentialSoftwareSnapshotMgmt3_SetVolumeProtectLevel(This,pwszVolumeName,protectionLevel) (This)->lpVtbl->SetVolumeProtectLevel(This,pwszVolumeName,protectionLevel) 238 #define IVssDifferentialSoftwareSnapshotMgmt3_GetVolumeProtectLevel(This,pwszVolumeName,protectionLevel) (This)->lpVtbl->GetVolumeProtectLevel(This,pwszVolumeName,protectionLevel)
|
/platform_testing/utils/permissions/src/com/android/permissionutils/ |
PermissionInstrumentation.java | 103 return (pi.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE)
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/ |
PermissionGroups.java | 132 if (groupPermission.protectionLevel == PermissionInfo.PROTECTION_DANGEROUS 182 if (permissionInfo.protectionLevel != PermissionInfo.PROTECTION_DANGEROUS
|
PermissionApps.java | 181 if (requestedPermissionInfo.protectionLevel 271 if (permInfo.protectionLevel != PermissionInfo.PROTECTION_DANGEROUS) {
|
AppPermissionGroup.java | 70 if (permissionInfo.protectionLevel != PermissionInfo.PROTECTION_DANGEROUS 136 if (requestedPermissionInfo.protectionLevel != PermissionInfo.PROTECTION_DANGEROUS) {
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ |
AllAppPermissionsFragment.java | 130 if (perm.protectionLevel == PermissionInfo.PROTECTION_DANGEROUS) { 135 } else if (perm.protectionLevel == PermissionInfo.PROTECTION_NORMAL) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestListActivity.java | 62 if ((info.protectionLevel & PermissionInfo.PROTECTION_DANGEROUS) == 0) {
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyPermissionUtil.java | 108 return pi.group != null && pi.protectionLevel == PermissionInfo.PROTECTION_DANGEROUS
|
/packages/apps/Settings/src/com/android/settings/applications/ |
AppPermissions.java | 110 && permInfo.protectionLevel == PermissionInfo.PROTECTION_DANGEROUS;
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/ |
AllAppPermissionsFragment.java | 161 if (perm.protectionLevel == PermissionInfo.PROTECTION_DANGEROUS) { 164 } else if (perm.protectionLevel == PermissionInfo.PROTECTION_NORMAL) {
|
/frameworks/base/core/java/android/widget/ |
AppSecurityPermissions.java | 538 final int base = pInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE; 547 || ((pInfo.protectionLevel&PermissionInfo.PROTECTION_FLAG_PRE23) != 0); 551 ((pInfo.protectionLevel&PermissionInfo.PROTECTION_FLAG_DEVELOPMENT) != 0); 568 + ": protlevel=0x" + Integer.toHexString(pInfo.protectionLevel));
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/ |
GrantPermissionsActivity.java | 330 if ((pInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE)
|
/libcore/benchmarks/src/benchmarks/regression/ |
R.java | [all...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.0-beta3/ |
lint-checks-24.3.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.0-beta4/ |
lint-checks-24.3.0-beta4.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.1/ |
lint-checks-24.3.1.jar | |