Home
last modified time | relevance | path

Searched refs:mShortcutClickIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DShortcutNameActivity.java49 private Intent mShortcutClickIntent; field in ShortcutNameActivity
56 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()