Searched refs:mCustomPrinterIconGen (Results 1 – 1 of 1) sorted by relevance
79 private final int mCustomPrinterIconGen; field in PrinterInfo104 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.Builder439 mCustomPrinterIconGen = other.mCustomPrinterIconGen; in Builder()545 mCustomPrinterIconGen); in build()[all …]