Searched refs:whereValuesArray (Results 1 – 1 of 1) sorted by relevance
1915 final String [] whereValuesArray = whereValues.toArray(new String[whereValues.size()]); in updateRowIfExists() local1916 final int count = db.update(table, values, whereClause, whereValuesArray); in updateRowIfExists()