Home
last modified time | relevance | path

Searched refs:notesCursor (Results 1 – 1 of 1) sorted by relevance

/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
DNotepadv3.java53 Cursor notesCursor = mDbHelper.fetchAllNotes(); in fillData() local
54 startManagingCursor(notesCursor); in fillData()
64 new SimpleCursorAdapter(this, R.layout.notes_row, notesCursor, from, to); in fillData()