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

  /development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java 19 import com.example.android.notepad.NotePad.Notes;
40 * Provides access to a database of notes. Each note has a title, the note
49 private static final String NOTES_TABLE_NAME = "notes";
54 private static final int NOTES = 1;
72 + Notes._ID + " INTEGER PRIMARY KEY,"
73 + Notes.TITLE + " TEXT,"
74 + Notes.NOTE + " TEXT,"
75 + Notes.CREATED_DATE + " INTEGER,"
76 + Notes.MODIFIED_DATE + " INTEGER"
84 db.execSQL("DROP TABLE IF EXISTS notes");
    [all...]
NotePad.java 32 * Notes table
34 public static final class Notes implements BaseColumns {
36 private Notes() {}
41 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/notes");
44 * The MIME type of {@link #CONTENT_URI} providing a directory of notes.
TitleEditor.java 19 import com.example.android.notepad.NotePad.Notes;
45 NotePad.Notes._ID, // 0
46 NotePad.Notes.TITLE, // 1
105 values.put(Notes.TITLE, mText.getText().toString());
NoteEditor.java 19 import com.example.android.notepad.NotePad.Notes;
44 private static final String TAG = "Notes";
50 Notes._ID, // 0
51 Notes.NOTE, // 1
232 values.put(Notes.MODIFIED_DATE, System.currentTimeMillis());
244 values.put(Notes.TITLE, title);
249 values.put(Notes.NOTE, text);
325 values.put(Notes.NOTE, mOriginalContent);
NotesList.java 19 import com.example.android.notepad.NotePad.Notes;
39 * Displays a list of notes. Will display notes from the {@link Uri}
54 Notes._ID, // 0
55 Notes.TITLE, // 1
71 intent.setData(Notes.CONTENT_URI);
80 Notes.DEFAULT_SORT_ORDER);
82 // Used to map notes entries from the database to views
84 new String[] { Notes.TITLE }, new int[] { android.R.id.text1 });
115 // If there are any notes in the list (which implies that one o
    [all...]
  /development/samples/NotePad/src/com/google/provider/
NotePad.java 27 * Notes table
29 public static final class Notes implements BaseColumns {
34 = Uri.parse("content://com.google.provider.NotePad/notes");
  /development/host/windows/usb/legacy/driver/
makefile 21 Notes:
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 210 <h3><i>Notes</i></h3>
  /frameworks/base/docs/html/sdk/
sdk_toc.cs 78 <li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r6</a> <span class="new">new!</span></li>
138 Notes</a></li> -->
  /external/dropbear/libtommath/
bn.tex 265 \hline \textbf{Criteria} & \textbf{Pro} & \textbf{Con} & \textbf{Notes} \\
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/icu4c/
configure     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 635 \subsection{Notes}
    [all...]

Completed in 151 milliseconds