Searched refs:isUpdatedSystemApp (Results 1 – 1 of 1) sorted by relevance
4615 if (isSystemApp(pkg) && !isUpdatedSystemApp(pkg)) { in performBootDexOpt()4626 if (isUpdatedSystemApp(pkg)) { in performBootDexOpt()5721 if (isSystemApp(pkg) && !isUpdatedSystemApp(pkg)) { in scanPackageDirtyLI()5951 if (isUpdatedSystemApp(pkg)) { in scanPackageDirtyLI()6554 final boolean bundledApp = isSystemApp(info) && !isUpdatedSystemApp(info); in setNativeLibraryPaths()7100 || (isSystemApp(ps) && !isUpdatedSystemApp(ps))); in grantPermissionsLPw()7167 !isSystemApp(ps) || isUpdatedSystemApp(ps)){ in grantPermissionsLPw()7206 if (isUpdatedSystemApp(pkg)) { in grantSignaturePermission()8132 isSystemApp(pkgSetting) || isUpdatedSystemApp(pkgSetting); in sendPackageAddedForUser()10743 private static boolean isUpdatedSystemApp(PackageSetting ps) { in isUpdatedSystemApp() method in PackageManagerService[all …]