Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrinterCapabilitiesInfo.java67 private int mDuplexModes; field in PrinterCapabilitiesInfo
118 mDuplexModes = other.mDuplexModes; in copyFrom()
176 return mDuplexModes; in getDuplexModes()
236 mDuplexModes = parcel.readInt(); in PrinterCapabilitiesInfo()
237 enforceValidMask(mDuplexModes, in PrinterCapabilitiesInfo()
257 parcel.writeInt(mDuplexModes); in writeToParcel()
270 result = prime * result + mDuplexModes; in hashCode()
311 if (mDuplexModes != other.mDuplexModes) { in equals()
352 int duplexModes = mDuplexModes; in duplexModesToString()
596 mPrototype.mDuplexModes = duplexModes; in setDuplexModes()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt44350 Landroid/print/PrinterCapabilitiesInfo;->mDuplexModes:I