Searched refs:isRuntime (Results 1 – 8 of 8) sorted by relevance
1022 } else if (bp.isRuntime()) { in restorePermissionState()1046 if (!ps.isSystem() && ps.areInstallPermissionsFixed() && !bp.isRuntime()) { in restorePermissionState()1985 if (bp == null || !(bp.isRuntime() || bp.isDevelopment())) { in grantRuntimePermissionsGrantedToDisabledPackageLocked()2065 if (bp != null && (bp.isRuntime() || bp.isDevelopment()) in grantRequestedRuntimePermissionsForUser()2130 && bp.isRuntime()) { in grantRuntimePermission()2201 if (bp.isRuntime()) { in grantRuntimePermission()2209 if (bp.isRuntime()) { in grantRuntimePermission()2269 && bp.isRuntime()) { in revokeRuntimePermission()2310 if (bp.isRuntime()) { in revokeRuntimePermission()2318 if (bp.isRuntime()) { in revokeRuntimePermission()[all …]
120 return (bp != null && (bp.isRuntime() || bp.isDevelopment()) && bp.isInstant()); in canPropagatePermissionToInstantApp()
186 public boolean isRuntime() { in isRuntime() method in BasePermission431 if (!isRuntime() && !isDevelopment()) { in enforceDeclaredUsedAndRuntimeOrDevelopment()
310 if (bp.isRuntime()) { in grantRuntimePermissionsForSystemPackage()
649 public boolean isRuntime() { in isRuntime() method in PermissionInfo
3302 if (!perm.info.isRuntime() || !"android".equals(perm.info.packageName)) { in parsePermission()
17086 if (bp != null && !bp.isRuntime()) {19367 if (ps.pkg.applicationInfo.targetSdkVersion < Build.VERSION_CODES.M && bp.isRuntime()) {19376 if (!bp.isRuntime()) {
11993 PLcom/android/server/pm/permission/BasePermission;->isRuntime()Z