Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java145 if (ai.isPrivilegedApp() || (ai.isSystemApp() && !ai.isUpdatedSystemApp())) { in chooseDriver()
161 if (driverInfo.isUpdatedSystemApp()) { in chooseDriver()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCarrierAppUtils.java151 if (!ai.isUpdatedSystemApp() in disableCarrierAppsUntilPrivileged()
191 if (!ai.isUpdatedSystemApp() in disableCarrierAppsUntilPrivileged()
340 if (ai != null && !ai.isUpdatedSystemApp()) { in getDefaultCarrierAssociatedAppsHelper()
/frameworks/base/core/java/com/android/internal/app/
DAssistUtils.java186 return applicationInfo.isSystemApp() || applicationInfo.isUpdatedSystemApp(); in isPreinstalledAssistant()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java280 if (appInfo.isSystemApp() && !appInfo.isUpdatedSystemApp()) { in queryStatsForPackage()
322 if (appInfo.isSystemApp() && !appInfo.isUpdatedSystemApp()) { in queryStatsForUid()
/frameworks/base/services/core/java/com/android/server/webkit/
DSystemImpl.java230 if (applicationInfo != null && applicationInfo.isUpdatedSystemApp()) { in uninstallAndDisablePackageForAllUsers()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java1684 || (isPackageWhitelistedForHiddenApis() && (isSystemApp() || isUpdatedSystemApp())); in isAllowedToUseHiddenApis()
1851 public boolean isUpdatedSystemApp() { in isUpdatedSystemApp() method in ApplicationInfo
DPackageParser.java6661 public boolean isUpdatedSystemApp() { in isUpdatedSystemApp() method in PackageParser.Package
6662 return applicationInfo.isUpdatedSystemApp(); in isUpdatedSystemApp()
6670 return (!isSystem() || isUpdatedSystemApp()) in canHaveOatDir()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java1050 if (!mSystemReady && !pkg.isUpdatedSystemApp()) { in grantSignaturePermission()
1110 if (pkg.isUpdatedSystemApp()) { in grantSignaturePermission()
DDefaultPermissionGrantPolicy.java1211 if (!ignoreSystemPackage && pkg.isUpdatedSystemApp()) { in grantRuntimePermissions()
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java1030 if (info == null || !(info.isSystemApp() || info.isUpdatedSystemApp())) { in isDefaultAllowed()
/frameworks/base/core/java/android/app/
DLoadedApk.java653 && !mApplicationInfo.isUpdatedSystemApp(); in createOrUpdateClassLoaderLocked()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java9894 if (!pkg.isSystem() || pkg.isUpdatedSystemApp()) {
9895 final int flags = pkg.isUpdatedSystemApp()
10614 if (isSystemApp(pkg) && !pkg.isUpdatedSystemApp() &&
11373 if (pkg.isUpdatedSystemApp()) {
11681 (isSystemApp(pkg) && !pkg.isUpdatedSystemApp())) {
12019 final boolean bundledApp = info.isSystemApp() && !info.isUpdatedSystemApp();
13818 final boolean isSystem = isSystemApp(pkgSetting) || isUpdatedSystemApp(pkgSetting);
17779 private static boolean isUpdatedSystemApp(PackageSetting ps) {
18198 if (isUpdatedSystemApp(uninstalledPs)
19547 if (isSystemApp(ps) && !isUpdatedSystemApp(ps)) {
DPackageManagerShellCommand.java292 if (info.isUpdatedSystemApp()) { in uninstallSystemUpdates()
DSettings.java545 if (dp == null && p.pkg != null && p.pkg.isSystem() && !p.pkg.isUpdatedSystemApp()) { in disableSystemPackageLPw()
/frameworks/base/config/
Dboot-image-profile.txt17799 HSPLandroid/content/pm/ApplicationInfo;->isUpdatedSystemApp()Z
18628 HSPLandroid/content/pm/PackageParser$Package;->isUpdatedSystemApp()Z
Dhiddenapi-private-dex.txt16582 Landroid/content/pm/ApplicationInfo;->isUpdatedSystemApp()Z
18662 Landroid/content/pm/PackageParser$Package;->isUpdatedSystemApp()Z