Home
last modified time | relevance | path

Searched refs:isUpdatedSystemApp (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierAppUtils.java94 if (!ai.isUpdatedSystemApp()) { in disableCarrierAppsUntilPrivileged()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java220 if ((pkg.isSystemApp() && !pkg.isUpdatedSystemApp()) || pkg.isForwardLocked() in createOatDirIfSupported()
DDefaultPermissionGrantPolicy.java780 if (pkg.isUpdatedSystemApp()) { in grantRuntimePermissionsLPw()
DPackageManagerService.java6088 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
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java972 public boolean isUpdatedSystemApp() { in isUpdatedSystemApp() method in ApplicationInfo
DPackageParser.java4519 public boolean isUpdatedSystemApp() { in isUpdatedSystemApp() method in PackageParser.Package
4520 return applicationInfo.isUpdatedSystemApp(); in isUpdatedSystemApp()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java278 if (info.isSystemApp() || info.isUpdatedSystemApp()) { in getCallingPackageMaybeExtra()