Lines Matching refs:extra
1444 Parcelable extra = data.getParcelableExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE);1445 if (extra != null && extra instanceof ShortcutIconResource) {1447 iconResource = (ShortcutIconResource) extra;1454 Log.w(TAG, "Could not load shortcut icon: " + extra);