Searched refs:activePackage (Results 1 – 2 of 2) sorted by relevance
2663 final PackageInfo activePackage = mPm.snapshotComputer().getPackageInfo( in verifyReplacingVersionCodeForApex() local2665 if (activePackage == null) { in verifyReplacingVersionCodeForApex()2671 final long activeVersion = activePackage.getLongVersionCode(); in verifyReplacingVersionCodeForApex()2681 final boolean isAppDebuggable = (activePackage.applicationInfo.flags in verifyReplacingVersionCodeForApex()
6766 PackageInfo activePackage = snapshot().getPackageInfo(6768 if (activePackage == null) {6774 && activePackage.getLongVersionCode() != versionCode) {6776 "Active version " + activePackage.getLongVersionCode()6780 if (!am.uninstallApex(activePackage.applicationInfo.sourceDir)) {