Searched refs:isRuntime (Results 1 – 8 of 8) sorted by relevance
1020 } else if (bp.isRuntime()) { in restorePermissionState()1044 if (!ps.isSystem() && ps.areInstallPermissionsFixed() && !bp.isRuntime()) { in restorePermissionState()1968 if (bp == null || !(bp.isRuntime() || bp.isDevelopment())) { in grantRuntimePermissionsGrantedToDisabledPackageLocked()2058 if (bp != null && (bp.isRuntime() || bp.isDevelopment()) in grantRequestedRuntimePermissionsForUser()2122 && bp.isRuntime()) { in grantRuntimePermission()2193 if (bp.isRuntime()) { in grantRuntimePermission()2201 if (bp.isRuntime()) { in grantRuntimePermission()2260 && bp.isRuntime()) { in revokeRuntimePermission()2301 if (bp.isRuntime()) { in revokeRuntimePermission()2309 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 BasePermission428 if (!isRuntime() && !isDevelopment()) { in enforceDeclaredUsedAndRuntimeOrDevelopment()
309 if (bp.isRuntime()) { in grantRuntimePermissionsForSystemPackage()
634 public boolean isRuntime() { in isRuntime() method in PermissionInfo
3244 if (!perm.info.isRuntime() || !"android".equals(perm.info.packageName)) { in parsePermission()
17588 if (bp != null && !bp.isRuntime()) {19975 if (ps.pkg.applicationInfo.targetSdkVersion < Build.VERSION_CODES.M && bp.isRuntime()) {19984 if (!bp.isRuntime()) {
11993 PLcom/android/server/pm/permission/BasePermission;->isRuntime()Z