Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrinterInfo.java79 private final int mCustomPrinterIconGen; field in PrinterInfo
104 mCustomPrinterIconGen = customPrinterIconGen; in PrinterInfo()
276 mCustomPrinterIconGen = parcel.readInt(); in PrinterInfo()
294 parcel.writeInt(mCustomPrinterIconGen); in writeToParcel()
309 result = prime * result + mCustomPrinterIconGen; in hashCode()
345 if (mCustomPrinterIconGen != other.mCustomPrinterIconGen) { in equalsIgnoringStatus()
390 builder.append(", customPrinterIconGen=").append(mCustomPrinterIconGen); in toString()
408 private int mCustomPrinterIconGen; field in PrinterInfo.Builder
439 mCustomPrinterIconGen = other.mCustomPrinterIconGen; in Builder()
545 mCustomPrinterIconGen); in build()
[all …]