Searched refs:mIconResourceId (Results 1 – 3 of 3) sorted by relevance
73 private final int mIconResourceId; field in PrinterInfo99 mIconResourceId = iconResourceId; in PrinterInfo()149 if (mIconResourceId != 0) { in loadIcon()150 drawable = packageManager.getDrawable(packageName, mIconResourceId, appInfo); in loadIcon()274 mIconResourceId = parcel.readInt(); in PrinterInfo()292 parcel.writeInt(mIconResourceId); in writeToParcel()307 result = prime * result + mIconResourceId; in hashCode()339 if (mIconResourceId != other.mIconResourceId) { in equalsIgnoringStatus()388 builder.append(", iconResId=").append(mIconResourceId); in toString()403 private int mIconResourceId; field in PrinterInfo.Builder[all …]
185 private int mIconResourceId; field in OnboardingSupportFragment650 if (mIconResourceId != 0) { in hideLogoView()651 mMainIconView.setImageResource(mIconResourceId); in hideLogoView()1008 this.mIconResourceId = resourceId; in setIconResouceId()1019 return mIconResourceId; in getIconResourceId()
188 private int mIconResourceId; field in OnboardingFragment653 if (mIconResourceId != 0) { in hideLogoView()654 mMainIconView.setImageResource(mIconResourceId); in hideLogoView()1011 this.mIconResourceId = resourceId; in setIconResouceId()1022 return mIconResourceId; in getIconResourceId()