Searched defs:NotesDbAdapter (Results 1 - 6 of 6) sorted by relevance

/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
H A DNotesDbAdapter.java37 public class NotesDbAdapter { class
43 private static final String TAG = "NotesDbAdapter";
87 public NotesDbAdapter(Context ctx) { method in class:NotesDbAdapter
100 public NotesDbAdapter open() throws SQLException {
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
H A DNotesDbAdapter.java37 public class NotesDbAdapter { class
43 private static final String TAG = "NotesDbAdapter";
87 public NotesDbAdapter(Context ctx) { method in class:NotesDbAdapter
100 public NotesDbAdapter open() throws SQLException {
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
H A DNotesDbAdapter.java37 public class NotesDbAdapter { class
43 private static final String TAG = "NotesDbAdapter";
87 public NotesDbAdapter(Context ctx) { method in class:NotesDbAdapter
100 public NotesDbAdapter open() throws SQLException {
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
H A DNotesDbAdapter.java37 public class NotesDbAdapter { class
43 private static final String TAG = "NotesDbAdapter";
87 public NotesDbAdapter(Context ctx) { method in class:NotesDbAdapter
100 public NotesDbAdapter open() throws SQLException {
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
H A DNotesDbAdapter.java37 public class NotesDbAdapter { class
43 private static final String TAG = "NotesDbAdapter";
87 public NotesDbAdapter(Context ctx) { method in class:NotesDbAdapter
100 public NotesDbAdapter open() throws SQLException {
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
H A DNotesDbAdapter.java37 public class NotesDbAdapter { class
43 private static final String TAG = "NotesDbAdapter";
87 public NotesDbAdapter(Context ctx) { method in class:NotesDbAdapter
100 public NotesDbAdapter open() throws SQLException {

Completed in 120 milliseconds