Searched refs:mExceptionStack (Results 1 – 1 of 1) sorted by relevance
132 private final @Nullable String mExceptionStack; field in PlaybackErrorEvent189 this.mExceptionStack = exceptionStack; in PlaybackErrorEvent()199 return mExceptionStack; in getExceptionStack()245 + "exceptionStack = " + mExceptionStack + ", " in toString()257 return Objects.equals(mExceptionStack, that.mExceptionStack) in equals()265 return Objects.hash(mExceptionStack, mErrorCode, mSubErrorCode, in hashCode()272 if (mExceptionStack != null) flg |= 0x1; in writeToParcel()274 if (mExceptionStack != null) dest.writeString(mExceptionStack); in writeToParcel()294 this.mExceptionStack = exceptionStack; in PlaybackErrorEvent()