Searched refs:msgWithErrorCode (Results 1 – 2 of 2) sorted by relevance
162 AString msgWithErrorCode(msg == NULL ? "" : msg); in throwExceptionAsNecessary() local163 msgWithErrorCode.append(" error:"); in throwExceptionAsNecessary()164 msgWithErrorCode.append(err); in throwExceptionAsNecessary()165 jniThrowException(env, "java/lang/IllegalStateException", msgWithErrorCode.c_str()); in throwExceptionAsNecessary()
2098 final String msgWithErrorCode = PackageManager.installStatusToString(error, msg); in onSessionVerificationFailure() local2099 Slog.e(TAG, "Failed to verify session " + sessionId + " [" + msgWithErrorCode + "]"); in onSessionVerificationFailure()2104 SessionInfo.STAGED_SESSION_VERIFICATION_FAILED, msgWithErrorCode); in onSessionVerificationFailure()