Searched refs:idxKey (Results 1 – 1 of 1) sorted by relevance
93 int idxKey = cursor.getColumnIndex("key"); in doInBackground() local95 if (idxKey < 0 || idxValue < 0) { in doInBackground()99 String key = cursor.getString(idxKey); in doInBackground()