Lines Matching refs:extra
1269 Parcelable extra = data.getParcelableExtra(LiveFolders.EXTRA_LIVE_FOLDER_ICON);
1270 if (extra != null && extra instanceof Intent.ShortcutIconResource) {
1272 iconResource = (Intent.ShortcutIconResource) extra;
1279 Log.w(TAG, "Could not load live folder icon: " + extra);
1934 * - Enter and exit car mode (becuase it causes an extra configuration changed)
2008 // Insert extra item to handle picking application
2024 // Insert extra item to handle inserting folder
2112 // Use removeAllViewsInLayout() to avoid an extra requestLayout() and invalidate().