Searched refs:mContentType (Results 1 – 3 of 3) sorted by relevance
232 private int mContentType = CONTENT_TYPE_UNKNOWN; field in AudioAttributes246 return mContentType; in getContentType()318 private int mContentType = CONTENT_TYPE_UNKNOWN; field in AudioAttributes.Builder341 mContentType = aa.mContentType; in Builder()354 aa.mContentType = mContentType; in build()426 mContentType = contentType; in setContentType()479 mContentType = CONTENT_TYPE_SPEECH; in setInternalLegacyStreamType()485 mContentType = CONTENT_TYPE_SONIFICATION; in setInternalLegacyStreamType()488 mContentType = CONTENT_TYPE_SONIFICATION; in setInternalLegacyStreamType()491 mContentType = CONTENT_TYPE_MUSIC; in setInternalLegacyStreamType()[all …]
106 private int mContentType; field in PrintDocumentInfo124 mContentType = prototype.mContentType; in PrintDocumentInfo()136 mContentType = parcel.readInt(); in PrintDocumentInfo()171 return mContentType; in getContentType()203 parcel.writeInt(mContentType); in writeToParcel()212 result = prime * result + mContentType; in hashCode()234 if (mContentType != other.mContentType) { in equals()252 builder.append(", contentType=").append(contentTyepToString(mContentType)); in toString()331 mPrototype.mContentType = type; in setContentType()
32 private final String mContentType; field in MIMEContainer56 mContentType = type.get(0); in MIMEContainer()58 if (mContentType.startsWith("multipart/")) { in MIMEContainer()67 if (mContentType.endsWith("/mixed")) { in MIMEContainer()71 else if (mContentType.startsWith("text/")) { in MIMEContainer()127 multiPart ? "multipart" : "plain", boundary, mContentType, encoding)); in MIMEContainer()151 return mContentType; in getContentType()162 sb.append("base64, type ").append(mContentType).append('\n'); in toString()171 mContentType) in toString()