Searched refs:mIconResourceId (Results 1 – 3 of 3) sorted by relevance
77 private final int mIconResourceId; field in PrinterInfo103 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 …]
67 private int mIconResourceId; field in CarNavigationButton296 mIconResourceId = typedArray.getResourceId(299 R.styleable.CarNavigationButton_selectedIcon, mIconResourceId);315 mIcon.setImageResource(mSelected ? mSelectedIconResourceId : mIconResourceId);
54967 Landroid/print/PrinterInfo$Builder;->mIconResourceId:I54984 Landroid/print/PrinterInfo;->mIconResourceId:I