HomeSort by relevance Sort by last modified time
    Searched full:livefolderintent (Results 1 - 1 of 1) sorted by null

  /development/samples/NotePad/src/com/example/android/notepad/
NotesLiveFolder.java 44 final Intent liveFolderIntent = new Intent();
46 liveFolderIntent.setData(CONTENT_URI);
47 liveFolderIntent.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_NAME,
49 liveFolderIntent.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_ICON,
52 liveFolderIntent.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_DISPLAY_MODE,
54 liveFolderIntent.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_BASE_INTENT,
58 setResult(RESULT_OK, liveFolderIntent);

Completed in 112 milliseconds