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/packages/CarSystemUI/src/com/android/systemui/car/navigationbar/
DCarNavigationButton.java67 private int mIconResourceId; field in CarNavigationButton
296 mIconResourceId = typedArray.getResourceId(
299 R.styleable.CarNavigationButton_selectedIcon, mIconResourceId);
315 mIcon.setImageResource(mSelected ? mSelectedIconResourceId : mIconResourceId);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt54967 Landroid/print/PrinterInfo$Builder;->mIconResourceId:I
54984 Landroid/print/PrinterInfo;->mIconResourceId:I