Home
last modified time | relevance | path

Searched refs:mDuplexMode (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/print/
DPrintAttributes.java90 private @IntRange(from = 0) int mDuplexMode; field in PrintAttributes
104 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 …]
/frameworks/base/config/
Dhiddenapi-private-dex.txt68078 Landroid/print/PrintAttributes;->mDuplexMode:I