Searched refs:colTitleIndex (Results 1 – 1 of 1) sorted by relevance
437 int colTitleIndex = orig.getColumnIndex(NotePad.Notes.COLUMN_NAME_TITLE); in performPaste() local439 title = orig.getString(colTitleIndex); in performPaste()568 int colTitleIndex = cursor.getColumnIndex(NotePad.Notes.COLUMN_NAME_TITLE); in onLoadFinished() local572 String title = cursor.getString(colTitleIndex); in onLoadFinished()