Searched refs:mDuplexMode (Results 1 – 2 of 2) sorted by relevance
90 private @IntRange(from = 0) int mDuplexMode; field in PrintAttributes104 mDuplexMode = parcel.readInt(); in PrintAttributes()105 if (mDuplexMode != 0) { in PrintAttributes()106 enforceValidDuplexMode(mDuplexMode); in PrintAttributes()236 return mDuplexMode; in getDuplexMode()252 mDuplexMode = duplexMode; in setDuplexMode()352 parcel.writeInt(mDuplexMode); in writeToParcel()365 result = prime * result + mDuplexMode; in hashCode()387 if (mDuplexMode != other.mDuplexMode) { in equals()428 builder.append(", duplexMode: ").append(duplexModeToString(mDuplexMode)); in toString()[all …]
54878 Landroid/print/PrintAttributes;->mDuplexMode:I