HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_FOLDER_CLICK_INTENT (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ShortcutNameActivity.java 42 /*package*/static final String EXTRA_FOLDER_CLICK_INTENT = "extra_folder_click_intent";
56 mShortcutClickIntent = (Intent)getIntent().getParcelableExtra(EXTRA_FOLDER_CLICK_INTENT);
100 resultIntent.putExtra(EXTRA_FOLDER_CLICK_INTENT, mShortcutClickIntent);
FolderSelectionActivity.java 294 shortcutNameIntent.putExtra(ShortcutNameActivity.EXTRA_FOLDER_CLICK_INTENT,

Completed in 61 milliseconds