Searched refs:whereValues (Results 1 – 1 of 1) sorted by relevance
1897 final ArrayList<String> whereValues = new ArrayList<String>(values.size() + 1); in updateRowIfExists() local1898 whereValues.add(rowId); in updateRowIfExists()1908 whereValues.add(value.toString()); in updateRowIfExists()1915 final String [] whereValuesArray = whereValues.toArray(new String[whereValues.size()]); in updateRowIfExists()