Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
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()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java2098 final String msgWithErrorCode = PackageManager.installStatusToString(error, msg); in onSessionVerificationFailure() local
2099 Slog.e(TAG, "Failed to verify session " + sessionId + " [" + msgWithErrorCode + "]"); in onSessionVerificationFailure()
2104 SessionInfo.STAGED_SESSION_VERIFICATION_FAILED, msgWithErrorCode); in onSessionVerificationFailure()