Searched refs:isUpdatedSystemApp (Results 1 – 7 of 7) sorted by relevance
94 if (!ai.isUpdatedSystemApp()) { in disableCarrierAppsUntilPrivileged()
220 if ((pkg.isSystemApp() && !pkg.isUpdatedSystemApp()) || pkg.isForwardLocked() in createOatDirIfSupported()
780 if (pkg.isUpdatedSystemApp()) { in grantRuntimePermissionsLPw()
6088 if (isSystemApp(pkg) && !pkg.isUpdatedSystemApp()) { in performBootDexOpt()6099 if (pkg.isUpdatedSystemApp()) { in performBootDexOpt()6988 if (isSystemApp(pkg) && !pkg.isUpdatedSystemApp() && in scanPackageDirtyLI()7118 if (pkg.isUpdatedSystemApp()) { in scanPackageDirtyLI()7584 (isSystemApp(pkg) && !pkg.isUpdatedSystemApp()) ) { in derivePackageAbi()7858 final boolean bundledApp = info.isSystemApp() && !info.isUpdatedSystemApp(); in setNativeLibraryPaths()8578 !isSystemApp(ps) || isUpdatedSystemApp(ps)){ in grantPermissionsLPw()8621 if (pkg.isUpdatedSystemApp()) { in grantSignaturePermission()9593 isSystemApp(pkgSetting) || isUpdatedSystemApp(pkgSetting); in sendPackageAddedForUser()12563 private static boolean isUpdatedSystemApp(PackageSetting ps) { in isUpdatedSystemApp() method in PackageManagerService
972 public boolean isUpdatedSystemApp() { in isUpdatedSystemApp() method in ApplicationInfo
4519 public boolean isUpdatedSystemApp() { in isUpdatedSystemApp() method in PackageParser.Package4520 return applicationInfo.isUpdatedSystemApp(); in isUpdatedSystemApp()
278 if (info.isSystemApp() || info.isUpdatedSystemApp()) { in getCallingPackageMaybeExtra()