Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageAbiHelperImpl.java137 pkg.applicationInfo.isUpdatedSystemApp()); in getNativeLibraryPaths()
142 final boolean isSystemApp, final boolean isUpdatedSystemApp) { in getNativeLibraryPaths() argument
144 final boolean bundledApp = isSystemApp && !isUpdatedSystemApp; in getNativeLibraryPaths()
303 pkg.applicationInfo.isUpdatedSystemApp()); in derivePackageAbi()
306 if (PackageManagerService.isSystemApp(pkg) && !pkg.isUpdatedSystemApp()) { in derivePackageAbi()
463 pkg.applicationInfo.isUpdatedSystemApp())); in derivePackageAbi()
DLauncherAppsService.java440 if (appInfo == null || appInfo.isSystemApp() || appInfo.isUpdatedSystemApp()) { in shouldShowSyntheticActivity()
DPackageManagerService.java10633 if (!pkg.isSystem() || pkg.isUpdatedSystemApp()) {
10634 final int flags = pkg.isUpdatedSystemApp()
11370 if (isSystemApp(pkg) && !pkg.isUpdatedSystemApp() &&
12735 final boolean isSystem = isSystemApp(pkgSetting) || isUpdatedSystemApp(pkgSetting);
16203 final boolean isUpdatedSystemApp = pkg.isUpdatedSystemApp();
16206 final PackageSetting updatedSystemPs = isUpdatedSystemApp
16211 if (isUpdatedSystemApp && (updatedSystemPs.pkg == null
16221 if (isUpdatedSystemApp) {
17715 private static boolean isUpdatedSystemApp(PackageSetting ps) {
18133 if (isUpdatedSystemApp(uninstalledPs)
[all …]
DPackageManagerShellCommand.java357 if (info.isUpdatedSystemApp()) { in uninstallSystemUpdates()
DSettings.java466 if (dp == null && p.pkg != null && p.pkg.isSystem() && !p.pkg.isUpdatedSystemApp()) { in disableSystemPackageLPw()
/frameworks/base/telephony/common/com/android/internal/telephony/
DCarrierAppUtils.java130 private static boolean isUpdatedSystemApp(ApplicationInfo ai) { in isUpdatedSystemApp() method in CarrierAppUtils
191 if (!isUpdatedSystemApp(ai) && enabledSetting in disableCarrierAppsUntilPrivileged()
243 if (!isUpdatedSystemApp(ai) && enabledSetting in disableCarrierAppsUntilPrivileged()
390 if (ai != null && !isUpdatedSystemApp(ai)) { in getDefaultCarrierAssociatedAppsHelper()
/frameworks/base/core/java/android/content/pm/
DAndroidHidlUpdater.java42 boolean isSystem = info.isSystemApp() || info.isUpdatedSystemApp(); in updatePackage()
DApplicationInfo.java1874 } else if (isSystemApp() || isUpdatedSystemApp()) { in isAllowedToUseHiddenApis()
2037 public boolean isUpdatedSystemApp() { in isUpdatedSystemApp() method in ApplicationInfo
DPackageParser.java6977 public boolean isUpdatedSystemApp() { in isUpdatedSystemApp() method in Package
6978 return applicationInfo.isUpdatedSystemApp(); in isUpdatedSystemApp()
6985 return !isSystem() || isUpdatedSystemApp(); in canHaveOatDir()
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
DFullBackupEngine.java176 boolean isUpdatedSystemApp = in shouldWriteApk()
180 && (!isSystemApp || isUpdatedSystemApp); in shouldWriteApk()
/frameworks/base/core/java/com/android/internal/app/
DAssistUtils.java195 return applicationInfo.isSystemApp() || applicationInfo.isUpdatedSystemApp(); in isPreinstalledAssistant()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java279 if (appInfo.isSystemApp() && !appInfo.isUpdatedSystemApp()) { in queryStatsForPackage()
321 if (appInfo.isSystemApp() && !appInfo.isUpdatedSystemApp()) { in queryStatsForUid()
/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java708 if (ai.isPrivilegedApp() || (ai.isSystemApp() && !ai.isUpdatedSystemApp())) { in chooseDriverInternal()
817 if (driverAppInfo.isUpdatedSystemApp()) { in chooseDriver()
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java1020 if (info == null || !(info.isSystemApp() || info.isUpdatedSystemApp())) { in isDefaultAllowed()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java1677 if (!mSystemReady && !pkg.isUpdatedSystemApp()) { in grantSignaturePermission()
1741 if (pkg.isUpdatedSystemApp()) { in grantSignaturePermission()
DDefaultPermissionGrantPolicy.java1131 && applicationInfo.isUpdatedSystemApp()) { in grantRuntimePermissions()
/frameworks/base/core/java/android/app/
DLoadedApk.java769 && !mApplicationInfo.isUpdatedSystemApp(); in createOrUpdateClassLoaderLocked()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java760 return info.isSystemApp() || info.isUpdatedSystemApp(); in isSystem()
/frameworks/base/config/
Dboot-image-profile.txt4025 HSPLandroid/content/pm/ApplicationInfo;->isUpdatedSystemApp()Z
4283 HSPLandroid/content/pm/PackageParser$Package;->isUpdatedSystemApp()Z
Dhiddenapi-greylist-max-o.txt13875 Landroid/content/pm/ApplicationInfo;->isUpdatedSystemApp()Z
15579 Landroid/content/pm/PackageParser$Package;->isUpdatedSystemApp()Z