Searched refs:colIndex (Results 1 – 1 of 1) sorted by relevance
467 int colIndex = c.getColumnIndex("exists"); in queryFileExists() local468 if (colIndex < 0) { in queryFileExists()473 return c.getInt(colIndex) == 1; in queryFileExists()