Searched refs:activeVersion (Results 1 – 1 of 1) sorted by relevance
2716 final long activeVersion = activePackage.getLongVersionCode(); in verifyReplacingVersionCodeForApex() local2718 && activeVersion != requiredInstalledVersionCode) { in verifyReplacingVersionCodeForApex()2720 + " does not match required. Active version: " + activeVersion in verifyReplacingVersionCodeForApex()2730 && newVersionCode < activeVersion) { in verifyReplacingVersionCodeForApex()2732 + " is not allowed. Active version: " + activeVersion in verifyReplacingVersionCodeForApex()