Searched refs:mPageCount (Results 1 – 1 of 1) sorted by relevance
105 private int mPageCount; field in PrintDocumentInfo123 mPageCount = prototype.mPageCount; in PrintDocumentInfo()135 mPageCount = parcel.readInt(); in PrintDocumentInfo()158 return mPageCount; in getPageCount()202 parcel.writeInt(mPageCount); in writeToParcel()213 result = prime * result + mPageCount; in hashCode()237 if (mPageCount != other.mPageCount) { in equals()251 builder.append(", pageCount=").append(mPageCount); in toString()314 mPrototype.mPageCount = pageCount; in setPageCount()