Searched refs:wIndex (Results 1 – 1 of 1) sorted by relevance
59 int wIndex = cursor.getColumnIndexOrThrow(DictionaryDatabase.KEY_WORD); in onCreate() local62 word.setText(cursor.getString(wIndex)); in onCreate()