Searched refs:iconResourceId (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java150 public int iconResourceId; field in class:ResolveInfo
219 if (resolvePackageName != null && iconResourceId != 0) {
220 dr = pm.getDrawable(resolvePackageName, iconResourceId, null);
223 if (dr == null && iconResourceId != 0) {
225 dr = pm.getDrawable(ci.packageName, iconResourceId, ai);
242 if (iconResourceId != 0) return iconResourceId;
310 iconResourceId = orig.iconResourceId;
375 dest.writeInt(iconResourceId);
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedAction.java133 * @param iconResourceId The resource ID for the icon associated with this action.
136 public Builder iconResourceId(int iconResourceId, Context context) { argument
137 return icon(context.getResources().getDrawable(iconResourceId));
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java799 * @param iconResourceId An integer id for the badge icon resource.
802 public Builder setBadgeIcon(int iconResourceId) { argument
803 mBuilderBadgeIconId = iconResourceId;
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java760 ri.iconResourceId = ri.icon;
H A DResolverActivity.java1320 ri.iconResourceId = ri.icon;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java8878 res.iconResourceId = info.icon;

Completed in 209 milliseconds