Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrinterInfo.java77 private final int mIconResourceId; field in PrinterInfo
103 mIconResourceId = iconResourceId; in PrinterInfo()
153 if (mIconResourceId != 0) { in loadIcon()
154 drawable = packageManager.getDrawable(packageName, mIconResourceId, appInfo); in loadIcon()
278 mIconResourceId = parcel.readInt(); in PrinterInfo()
296 parcel.writeInt(mIconResourceId); in writeToParcel()
311 result = prime * result + mIconResourceId; in hashCode()
343 if (mIconResourceId != other.mIconResourceId) { in equalsIgnoringStatus()
392 builder.append(", iconResId=").append(mIconResourceId); in toString()
407 private int mIconResourceId; field in PrinterInfo.Builder
[all …]
/frameworks/base/core/java/android/service/autofill/
DFillResponse.java122 private final @DrawableRes int mIconResourceId; field in FillResponse
158 r.mIconResourceId, in shallowCopy()
198 mIconResourceId = iconResourceId; in FillResponse()
228 mIconResourceId = builder.mIconResourceId; in FillResponse()
330 return mIconResourceId; in getIconResourceId()
409 private int mIconResourceId; field in FillResponse.Builder
910 mIconResourceId = id; in setIconResourceId()
1280 parcel.writeInt(mIconResourceId); in writeToParcel()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt40442 Landroid/print/PrinterInfo$Builder;->mIconResourceId:I
40459 Landroid/print/PrinterInfo;->mIconResourceId:I