Searched refs:iconResourceId (Results 1 – 8 of 8) sorted by relevance
170 public int iconResourceId; field in ResolveInfo280 if (resolvePackageName != null && iconResourceId != 0) { in loadIcon()281 dr = pm.getDrawable(resolvePackageName, iconResourceId, null); in loadIcon()284 if (dr == null && iconResourceId != 0) { in loadIcon()286 dr = pm.getDrawable(ci.packageName, iconResourceId, ai); in loadIcon()303 if (iconResourceId != 0) return iconResourceId; in getIconResourceInternal()376 iconResourceId = orig.iconResourceId; in ResolveInfo()443 dest.writeInt(iconResourceId); in writeToParcel()491 iconResourceId = source.readInt(); in ResolveInfo()
1888 public void setIconResourceId(int iconResourceId) { in setIconResourceId() argument1889 if (mIconResId != iconResourceId) { in setIconResourceId()1892 mIconResId = iconResourceId; in setIconResourceId()
97 int iconResourceId, boolean hasCustomPrinterIcon, String description, in PrinterInfo() argument103 mIconResourceId = iconResourceId; in PrinterInfo()468 public @NonNull Builder setIconResourceId(@DrawableRes int iconResourceId) { in setIconResourceId() argument469 mIconResourceId = Preconditions.checkArgumentNonnegative(iconResourceId, in setIconResourceId()
1311 res.iconResourceId = info.icon; in newResult()
6732 ri.iconResourceId = appi.icon;
1883 ri.iconResourceId = ri.icon;
2681 ri.iconResourceId = ri.icon;
16047 Landroid/content/pm/ResolveInfo;->iconResourceId:I