Searched refs:rowKey (Results 1 – 2 of 2) sorted by relevance
651 final int rowKey = mRowBounds.get(row).lowerLimit; in updateSelection() local652 int position = items.get(rowKey, NOT_SET); in updateSelection()
1894 final String rowKey, final String rowId, final ContentValues values) { in updateRowIfExists() argument1914 final String whereClause = rowKey + "=?" + " AND (" + sb.toString() + ")"; in updateRowIfExists()1919 " for " + rowKey + " = " + rowId + " (deleted?)"); in updateRowIfExists()