Home
last modified time | relevance | path

Searched refs:isSystemApp (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/core/java/android/content/pm/
DAppsQueryHelper.java91 if (systemAppsOnly && !appInfo.isSystemApp()) { in queryApps()
112 if (systemAppsOnly && !appInfo.isSystemApp()) { in queryApps()
127 if (systemAppsOnly && !packageInfo.applicationInfo.isSystemApp()) { in queryApps()
143 if (systemAppsOnly && !serviceInfo.applicationInfo.isSystemApp()) { in queryApps()
156 if (systemAppsOnly && !appInfo.isSystemApp()) { in queryApps()
DPackageUserState.java140 final boolean isSystemApp = componentInfo.applicationInfo.isSystemApp(); in isMatch()
143 && !(isSystemApp && matchUninstalled)) return reportIfDebug(false, flags); in isMatch()
147 if (!isSystemApp) { in isMatch()
DAndroidHidlUpdater.java42 boolean isSystem = info.isSystemApp() || info.isUpdatedSystemApp(); in updatePackage()
DApplicationInfo.java1874 } else if (isSystemApp() || isUpdatedSystemApp()) { in isAllowedToUseHiddenApis()
2032 public boolean isSystemApp() { in isSystemApp() method in ApplicationInfo
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTask.java206 public boolean isSystemApp; field in Task
261 boolean isStackTask, boolean isSystemApp, boolean isDockable, in Task() argument
276 this.isSystemApp = isSystemApp; in Task()
299 this.isSystemApp = o.isSystemApp; in copyFrom()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageAbiHelperImpl.java136 pkg.applicationInfo.sourceDir, pkg.applicationInfo.isSystemApp(), in getNativeLibraryPaths()
142 final boolean isSystemApp, final boolean isUpdatedSystemApp) { in getNativeLibraryPaths() argument
144 final boolean bundledApp = isSystemApp && !isUpdatedSystemApp; in getNativeLibraryPaths()
302 pkg.applicationInfo.sourceDir, pkg.applicationInfo.isSystemApp(), in derivePackageAbi()
306 if (PackageManagerService.isSystemApp(pkg) && !pkg.isUpdatedSystemApp()) { in derivePackageAbi()
462 pkg.applicationInfo.isSystemApp(), in derivePackageAbi()
DUserRestrictionsUtils.java252 if (restriction != null && isSystemApp(uid, pkgs)) { in isValidRestriction()
263 private static boolean isSystemApp(int uid, String[] packageList) { in isSystemApp() method in UserRestrictionsUtils
278 if (appInfo != null && appInfo.isSystemApp()) { in isSystemApp()
/frameworks/base/services/core/java/com/android/server/om/
DIdmapManager.java164 return !(ai.isSystemApp() || ai.isSignedWithPlatformKey()); in enforceOverlayable()
203 if (ai.isSystemApp() || ai.isSystemExt()) { in calculateFulfilledPolicies()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageIconProvider.java152 if (uid == myUid || isSystemApp(context, pid)) { in enforcePermissions()
177 private boolean isSystemApp(Context context, int pid) { in isSystemApp() method in WearPackageIconProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTile.java99 if (isSystemApp(pm)) { in updateDefaultTileAndIcon()
127 private boolean isSystemApp(PackageManager pm) throws PackageManager.NameNotFoundException { in isSystemApp() method in CustomTile
128 return pm.getApplicationInfo(mComponent.getPackageName(), 0).isSystemApp(); in isSystemApp()
DTileServices.java259 if (info.applicationInfo.isSystemApp()) { in updateStatusIcon()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/
DRecentsTaskLoadPlan.java141 boolean isSystemApp = (info != null) && in preloadPlan()
153 isLaunchTarget, isStackTask, isSystemApp, t.supportsSplitScreenMultiWindow, in preloadPlan()
/frameworks/base/services/core/java/com/android/server/search/
DSearchables.java360 boolean lhsSystem = isSystemApp(lhs);
361 boolean rhsSystem = isSystemApp(rhs);
381 private static final boolean isSystemApp(ResolveInfo res) { in isSystemApp() method in Searchables
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
DFullBackupEngine.java175 boolean isSystemApp = (applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0; in shouldWriteApk()
180 && (!isSystemApp || isUpdatedSystemApp); in shouldWriteApk()
/frameworks/base/core/java/com/android/internal/app/
DAssistUtils.java195 return applicationInfo.isSystemApp() || applicationInfo.isUpdatedSystemApp(); in isPreinstalledAssistant()
DIntentForwarderActivity.java157 if (ri.activityInfo.applicationInfo.isSystemApp() in shouldShowDisclosure()
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
DTestSystemImpl.java168 if (pi != null && pi.applicationInfo.isSystemApp()) { in getFactoryPackageVersion()
DWebViewUpdateServiceTest.java206 long versionCode, boolean isSystemApp) { in createPackageInfo() argument
211 if (isSystemApp) p.applicationInfo.flags |= ApplicationInfo.FLAG_SYSTEM; in createPackageInfo()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DInstallStart.java223 return (appInfo.isSystemApp() && uid == appInfo.uid); in isSystemDownloadsProvider()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOverlayPackagesProvider.java143 if (applicationInfo.isSystemApp()) { in getSystemInputMethods()
/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/services/core/java/com/android/server/webkit/
DWebViewUpdater.java500 if (packageInfo.applicationInfo.isSystemApp()) return true; in providerHasValidSignature()
/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java208 if (existingInfo != null && existingInfo.isSystemApp()) { in resolveInstallVolume()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java375 if (info == null || info.metaData == null || !info.isSystemApp()) { in isVpnPackageBranded()
/frameworks/base/telephony/common/com/android/internal/telephony/
DTelephonyPermissions.java375 if (callingPackageInfo.isSystemApp()) { in reportAccessDeniedToReadIdentifiers()

12