Searched refs:mRet (Results 1 – 2 of 2) sorted by relevance
76 int mRet; field in InstallingSession241 mRet = INSTALL_SUCCEEDED; in handleStartCopy()253 mRet = ret.first; in handleStartCopy()254 if (mRet != INSTALL_SUCCEEDED) { in handleStartCopy()255 request.setError(mRet, "Failed to verify version code"); in handleStartCopy()273 mRet = overrideInstallLocation(pkgLite.packageName, pkgLite.recommendedInstallLocation, in handleStartCopy()275 if (mRet != INSTALL_SUCCEEDED) { in handleStartCopy()276 request.setError(mRet, "Failed to override installation location"); in handleStartCopy()285 if (mRet == PackageManager.INSTALL_SUCCEEDED) { in processPendingInstall()286 mRet = copyApk(installRequest); in processPendingInstall()[all …]
134 private int mRet = PackageManager.INSTALL_SUCCEEDED; field in VerifyingSession189 if (mRet != INSTALL_SUCCEEDED) { in handleStartVerify()817 if (mRet == PackageManager.INSTALL_SUCCEEDED) { in setReturnCode()820 mRet = ret; in setReturnCode()848 if (mRet != INSTALL_SUCCEEDED) { in handleReturnCode()858 mObserver.onPackageInstalled(null, mRet, mErrorMessage, in sendVerificationCompleteNotification()890 return mRet; in getRet()