Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstallingSession.java74 int mRet; field in InstallingSession
232 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 …]
H A DVerifyingSession.java133 private int mRet = PackageManager.INSTALL_SUCCEEDED; field in VerifyingSession
187 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()