Searched refs:mShortcutClickIntent (Results 1 – 1 of 1) sorted by relevance
49 private Intent mShortcutClickIntent; field in ShortcutNameActivity56 mShortcutClickIntent = (Intent)getIntent().getParcelableExtra(EXTRA_FOLDER_CLICK_INTENT); in onCreate()100 resultIntent.putExtra(EXTRA_FOLDER_CLICK_INTENT, mShortcutClickIntent); in doCreateShortcut()107 mShortcutClickIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, shortcutName); in doCreateShortcut()110 setResult(RESULT_OK, mShortcutClickIntent); in doCreateShortcut()