Home
last modified time | relevance | path

Searched refs:whereValuesArray (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java1915 final String [] whereValuesArray = whereValues.toArray(new String[whereValues.size()]); in updateRowIfExists() local
1916 final int count = db.update(table, values, whereClause, whereValuesArray); in updateRowIfExists()