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

/frameworks/av/media/libstagefright/include/
H A DChromiumHTTPDataSource.h93 String8 mContentType; member in struct:android::ChromiumHTTPDataSource
/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java106 private int mContentType; field in class:PrintDocumentInfo
124 mContentType = prototype.mContentType;
136 mContentType = parcel.readInt();
171 return mContentType;
203 parcel.writeInt(mContentType);
212 result = prime * result + mContentType;
234 if (mContentType != other.mContentType) {
252 builder.append(", contentType=").append(contentTyepToString(mContentType));
[all...]

Completed in 70 milliseconds