Searched refs:activePackage (Results 1 – 2 of 2) sorted by relevance
2708 final PackageInfo activePackage = mPm.snapshotComputer().getPackageInfo( in verifyReplacingVersionCodeForApex() local2710 if (activePackage == null) { in verifyReplacingVersionCodeForApex()2716 final long activeVersion = activePackage.getLongVersionCode(); in verifyReplacingVersionCodeForApex()2726 final boolean isAppDebuggable = (activePackage.applicationInfo.flags in verifyReplacingVersionCodeForApex()
6925 PackageInfo activePackage = snapshot().getPackageInfo( in uninstallApex() local6927 if (activePackage == null) { in uninstallApex()6933 && activePackage.getLongVersionCode() != versionCode) { in uninstallApex()6935 "Active version " + activePackage.getLongVersionCode() in uninstallApex()6939 if (!am.uninstallApex(activePackage.applicationInfo.sourceDir)) { in uninstallApex()