OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:livefolderintent
(Results
1 - 1
of
1
) sorted by null
/development/samples/NotePad/src/com/example/android/notepad/
NotesLiveFolder.java
58
final Intent
liveFolderIntent
= new Intent();
66
liveFolderIntent
.setData(NotePad.Notes.LIVE_FOLDER_URI);
70
liveFolderIntent
.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_NAME, foldername);
75
liveFolderIntent
.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_ICON, foldericon);
79
liveFolderIntent
.putExtra(
95
liveFolderIntent
.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_BASE_INTENT, returnIntent);
101
setResult(RESULT_OK,
liveFolderIntent
);
Completed in 1637 milliseconds