Searched refs:mContentType (Results 1 – 4 of 4) sorted by relevance
217 private int mContentType = CONTENT_TYPE_UNKNOWN; field in AudioAttributes231 return mContentType; in getContentType()302 private int mContentType = CONTENT_TYPE_UNKNOWN; field in AudioAttributes.Builder325 mContentType = aa.mContentType; in Builder()338 aa.mContentType = mContentType; in build()410 mContentType = contentType; in setContentType()463 mContentType = CONTENT_TYPE_SPEECH; in setInternalLegacyStreamType()469 mContentType = CONTENT_TYPE_SONIFICATION; in setInternalLegacyStreamType()472 mContentType = CONTENT_TYPE_SONIFICATION; in setInternalLegacyStreamType()475 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()
142 String8 mContentType; member
358 mHTTPService, uri, &mUriHeaders, &mContentType, in onPrepareAsync()439 mContentType = ""; in notifyPreparedAndCleanup()461 if (!strncasecmp(mContentType.string(), "audio/", 6)) { in prefillCacheIfNecessary()