Home
last modified time | relevance | path

Searched refs:iconResourceId (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DResolveInfo.java170 public int iconResourceId; field in ResolveInfo
280 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()
DShortcutInfo.java1888 public void setIconResourceId(int iconResourceId) { in setIconResourceId() argument
1889 if (mIconResId != iconResourceId) { in setIconResourceId()
1892 mIconResId = iconResourceId; in setIconResourceId()
/frameworks/base/core/java/android/print/
DPrinterInfo.java97 int iconResourceId, boolean hasCustomPrinterIcon, String description, in PrinterInfo() argument
103 mIconResourceId = iconResourceId; in PrinterInfo()
468 public @NonNull Builder setIconResourceId(@DrawableRes int iconResourceId) { in setIconResourceId() argument
469 mIconResourceId = Preconditions.checkArgumentNonnegative(iconResourceId, in setIconResourceId()
/frameworks/base/services/core/java/com/android/server/pm/
DComponentResolver.java1311 res.iconResourceId = info.icon; in newResult()
DPackageManagerService.java6732 ri.iconResourceId = appi.icon;
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java1883 ri.iconResourceId = ri.icon;
DChooserActivity.java2681 ri.iconResourceId = ri.icon;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16047 Landroid/content/pm/ResolveInfo;->iconResourceId:I