Searched refs:maxResult (Results 1 – 1 of 1) sorted by relevance
267 try (Cursor maxResult = db.rawQuery(SQL_GET_MAX, null)) { in doInBackground() argument268 if (!maxResult.moveToFirst()) { in doInBackground()272 mMaxIndex = Math.max(maxResult.getLong(0), 0L); in doInBackground()