Home | History | Annotate | Download | only in launcher2

Lines Matching refs:iconResource

50     public static final String ICON_RESOURCE_NAME_KEY = "iconResource";
95 if (info.iconResource != null) {
96 json = json.key(ICON_RESOURCE_NAME_KEY).value(info.iconResource.resourceName);
98 .value(info.iconResource.packageName);
134 Intent.ShortcutIconResource iconResource =
136 iconResource.resourceName = iconResourceName;
137 iconResource.packageName = iconResourcePackageName;
138 data.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, iconResource);
164 Intent.ShortcutIconResource iconResource;
196 Intent.ShortcutIconResource iconResource =
205 info.iconResource = iconResource;