HomeSort by relevance Sort by last modified time
    Searched defs:notepad (Results 1 - 7 of 7) sorted by null

  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadTest.java 17 package com.example.android.notepad;
21 import com.example.android.notepad.NotesList;
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 17 package com.example.android.notepad;
25 public final class NotePad {
26 public static final String AUTHORITY = "com.example.notepad.provider.NotePad";
29 private NotePad() {}
NotesLiveFolder.java 17 package com.example.android.notepad;
30 + NotePad.AUTHORITY + "/live_folders/notes");
33 + NotePad.AUTHORITY + "/notes/#");
NotesList.java 17 package com.example.android.notepad;
37 import com.example.android.notepad.NotePad.NoteColumns;
TitleEditor.java 17 package com.example.android.notepad;
28 import com.example.android.notepad.NotePad.NoteColumns;
39 public static final String EDIT_TITLE_ACTION = "com.android.notepad.action.EDIT_TITLE";
NotePadProvider.java 17 package com.example.android.notepad;
19 import com.example.android.notepad.NotePad.NoteColumns;
47 private static final String DATABASE_NAME = "notepad.db";
246 sUriMatcher.addURI(NotePad.AUTHORITY, "notes", NOTES);
247 sUriMatcher.addURI(NotePad.AUTHORITY, "notes/#", NOTE_ID);
248 sUriMatcher.addURI(NotePad.AUTHORITY, "live_folders/notes", LIVE_FOLDER_NOTES);
NoteEditor.java 17 package com.example.android.notepad;
39 import com.example.android.notepad.NotePad.NoteColumns;

Completed in 949 milliseconds