Searched refs:activePackage (Results 1 – 2 of 2) sorted by relevance
299 final PackageInfo activePackage = mApexManager.getPackageInfo(packageInfo.packageName, in submitSessionToApexService() local301 if (activePackage == null) { in submitSessionToApexService()306 checkRequiredVersionCode(session, activePackage); in submitSessionToApexService()307 checkDowngrade(session, activePackage, packageInfo); in submitSessionToApexService()331 final PackageInfo activePackage) throws PackageManagerException { in checkRequiredVersionCode() argument336 final long activeVersion = activePackage.applicationInfo.longVersionCode; in checkRequiredVersionCode()340 "Installed version of APEX package " + activePackage.packageName in checkRequiredVersionCode()347 final PackageInfo activePackage, final PackageInfo newPackage) in checkDowngrade() argument349 final long activeVersion = activePackage.applicationInfo.longVersionCode; in checkDowngrade()351 final boolean isAppDebuggable = (activePackage.applicationInfo.flags in checkDowngrade()
27950 PackageInfo activePackage = am.getPackageInfo(packageName,27952 if (activePackage == null) {27958 && activePackage.getLongVersionCode() != versionCode) {27960 "Active version " + activePackage.getLongVersionCode()27964 if (!am.uninstallApex(activePackage.applicationInfo.sourceDir)) {