Home | History | Annotate | Download | only in notepad

Lines Matching refs:Notes

43  * Displays a list of notes. Will display notes from the {@link Uri}
61 NotePad.Notes._ID, // 0
62 NotePad.Notes.COLUMN_NAME_TITLE, // 1
86 // accesses a list of notes.
88 intent.setData(NotePad.Notes.CONTENT_URI);
108 NotePad.Notes.DEFAULT_SORT_ORDER // Use the default sort order.
120 String[] dataColumns = { NotePad.Notes.COLUMN_NAME_TITLE } ;
145 * this Activity. Other applications that want to handle notes can "register" themselves in
147 * mimeTYpe NotePad.Notes.CONTENT_TYPE. If they do this, the code in onCreateOptionsMenu()
149 * the menu will offer the user other applications that can handle notes.
190 // Gets the number of notes currently being displayed.
193 // If there are any notes in the list (which implies that one of
366 * Gets the extra info from the menu item. When an note in the Notes list is long-pressed, a
405 // Copies the notes URI to the clipboard. In effect, this copies the note itself