Searched defs:mContentType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java120 private int mContentType; field in class:PrintDocumentInfo
138 mContentType = prototype.mContentType;
151 mContentType = parcel.readInt();
186 return mContentType;
218 parcel.writeInt(mContentType);
227 result = prime * result + mContentType;
249 if (mContentType != other.mContentType) {
267 builder.append(", contentType=").append(contentTypeToString(mContentType));
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
H A DMIMEContainer.java32 private final String mContentType; field in class:MIMEContainer
56 mContentType = type.get(0);
58 if (mContentType.startsWith("multipart/")) {
67 if (mContentType.endsWith("/mixed")) {
71 else if (mContentType.startsWith("text/")) {
127 multiPart ? "multipart" : "plain", boundary, mContentType, encoding));
151 return mContentType;
162 sb.append("base64, type ").append(mContentType).append('\n');
171 mContentType)
/frameworks/base/media/java/android/media/
H A DAudioAttributes.java313 private int mContentType = CONTENT_TYPE_UNKNOWN; field in class:AudioAttributes
328 return mContentType;
414 private int mContentType = CONTENT_TYPE_UNKNOWN; field in class:AudioAttributes.Builder
438 mContentType = aa.mContentType;
451 aa.mContentType = mContentType;
526 mContentType = contentType;
599 mContentType = CONTENT_TYPE_SPEECH;
605 mContentType
[all...]

Completed in 128 milliseconds