Searched refs:notesCursor (Results 1 – 1 of 1) sorted by relevance
53 Cursor notesCursor = mDbHelper.fetchAllNotes(); in fillData() local54 startManagingCursor(notesCursor); in fillData()64 new SimpleCursorAdapter(this, R.layout.notes_row, notesCursor, from, to); in fillData()