Home | History | Annotate | Download | only in notepad

Lines Matching refs:titleIndex

657         int titleIndex = cursor.getColumnIndex(NotePad.Notes.COLUMN_NAME_TITLE);
664 assertEquals(note.title, cursor.getString(titleIndex));