Searched refs:idColumnIndex (Results 1 – 2 of 2) sorted by relevance
39 int idColumnIndex; field in CompositeCursorAdapter.Partition224 mPartitions.get(partition).idColumnIndex = cursor.getColumnIndex("_id"); in changeCursor()463 if (mPartition.idColumnIndex == -1) { in getItemId()471 return cursor.getLong(mPartition.idColumnIndex); in getItemId()
857 final int idColumnIndex = cursor.getColumnIndexOrThrow(Columns._ID); in getFontFromProvider() local873 long id = cursor.getLong(idColumnIndex); in getFontFromProvider()