Searched refs:INSTALL_FAILED_WRONG_INSTALLED_VERSION (Results 1 – 2 of 2) sorted by relevance
2650 PackageManager.INSTALL_FAILED_WRONG_INSTALLED_VERSION, errorMsg); in verifyReplacingVersionCode()2660 PackageManager.INSTALL_FAILED_WRONG_INSTALLED_VERSION, errorMsg); in verifyReplacingVersionCode()2723 return Pair.create(PackageManager.INSTALL_FAILED_WRONG_INSTALLED_VERSION, errorMsg); in verifyReplacingVersionCodeForApex()
2504 public static final int INSTALL_FAILED_WRONG_INSTALLED_VERSION = -121; field in PackageManager10489 … case INSTALL_FAILED_WRONG_INSTALLED_VERSION: return "INSTALL_FAILED_WRONG_INSTALLED_VERSION"; in installStatusToString()