Home
last modified time | relevance | path

Searched refs:activePackage (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstallPackageHelper.java2708 final PackageInfo activePackage = mPm.snapshotComputer().getPackageInfo( in verifyReplacingVersionCodeForApex() local
2710 if (activePackage == null) { in verifyReplacingVersionCodeForApex()
2716 final long activeVersion = activePackage.getLongVersionCode(); in verifyReplacingVersionCodeForApex()
2726 final boolean isAppDebuggable = (activePackage.applicationInfo.flags in verifyReplacingVersionCodeForApex()
DPackageManagerService.java6925 PackageInfo activePackage = snapshot().getPackageInfo( in uninstallApex() local
6927 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()