Searched refs:mRet (Results 1 – 2 of 2) sorted by relevance
74 int mRet; field in InstallingSession232 mRet = INSTALL_SUCCEEDED; in handleStartCopy()244 mRet = ret.first; in handleStartCopy()245 if (mRet != INSTALL_SUCCEEDED) { in handleStartCopy()246 request.setError(mRet, "Failed to verify version code"); in handleStartCopy()266 if (mRet != INSTALL_SUCCEEDED) { in handleStartCopy()276 if (mRet == PackageManager.INSTALL_SUCCEEDED) { in processPendingInstall()277 mRet = copyApk(installRequest); in processPendingInstall()279 if (mRet == PackageManager.INSTALL_SUCCEEDED) { in processPendingInstall()283 installRequest.setReturnCode(mRet); in processPendingInstall()[all …]
133 private int mRet = PackageManager.INSTALL_SUCCEEDED; field in VerifyingSession187 if (mRet != INSTALL_SUCCEEDED) { in handleStartVerify()810 if (mRet == PackageManager.INSTALL_SUCCEEDED) { in setReturnCode()813 mRet = ret; in setReturnCode()841 if (mRet != INSTALL_SUCCEEDED) { in handleReturnCode()851 mObserver.onPackageInstalled(null, mRet, mErrorMessage, in sendVerificationCompleteNotification()883 return mRet; in getRet()