Home | History | Annotate | Download | only in print

Lines Matching defs:mContentType

106     private int mContentType;
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));
331 mPrototype.mContentType = type;