Home | History | Annotate | Download | only in launcher2

Lines Matching refs:extra

1450             Parcelable extra = data.getParcelableExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE);
1451 if (extra != null && extra instanceof ShortcutIconResource) {
1453 iconResource = (ShortcutIconResource) extra;
1460 Log.w(TAG, "Could not load shortcut icon: " + extra);