Searched refs:mSubErrorCode (Results 1 – 1 of 1) sorted by relevance
134 private final int mSubErrorCode; field in PlaybackErrorEvent191 this.mSubErrorCode = subErrorCode; in PlaybackErrorEvent()217 return mSubErrorCode; in getSubErrorCode()247 + "subErrorCode = " + mSubErrorCode + ", " in toString()259 && mSubErrorCode == that.mSubErrorCode in equals()265 return Objects.hash(mExceptionStack, mErrorCode, mSubErrorCode, in hashCode()276 dest.writeInt(mSubErrorCode); in writeToParcel()296 this.mSubErrorCode = subErrorCode; in PlaybackErrorEvent()321 private int mSubErrorCode; field in PlaybackErrorEvent.Builder353 mSubErrorCode = value; in setSubErrorCode()[all …]