Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaSync.cpp162 AString msgWithErrorCode(msg == NULL ? "" : msg); in throwExceptionAsNecessary() local
163 msgWithErrorCode.append(" error:"); in throwExceptionAsNecessary()
164 msgWithErrorCode.append(err); in throwExceptionAsNecessary()
165 jniThrowException(env, "java/lang/IllegalStateException", msgWithErrorCode.c_str()); in throwExceptionAsNecessary()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java2099 final String msgWithErrorCode = PackageManager.installStatusToString(error, msg); in onSessionVerificationFailure() local
2100 Slog.e(TAG, "Failed to verify session " + sessionId + " [" + msgWithErrorCode + "]"); in onSessionVerificationFailure()
2105 SessionInfo.STAGED_SESSION_VERIFICATION_FAILED, msgWithErrorCode); in onSessionVerificationFailure()