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