Searched defs:mIconResourceId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrinterInfo.java73 private final int mIconResourceId; field in class:PrinterInfo
99 mIconResourceId = iconResourceId;
149 if (mIconResourceId != 0) {
150 drawable = packageManager.getDrawable(packageName, mIconResourceId, appInfo);
263 mIconResourceId = parcel.readInt();
281 parcel.writeInt(mIconResourceId);
296 result = prime * result + mIconResourceId;
328 if (mIconResourceId != other.mIconResourceId) {
377 builder.append(", iconResId=").append(mIconResourceId);
392 private int mIconResourceId; field in class:PrinterInfo.Builder
[all...]

Completed in 51 milliseconds