Searched refs:allValues (Results 1 – 3 of 3) sorted by relevance
98 List<T> allValues = new ArrayList<>(mMap.size()); in values() local101 allValues.add(value); in values()104 return allValues; in values()
493 ContentValues[] allValues = new ContentValues[3]; in toTestBulkInsertViaProviderApiForType() local499 allValues[0] = firstValues; in toTestBulkInsertViaProviderApiForType()505 allValues[1] = secondValues; in toTestBulkInsertViaProviderApiForType()511 allValues[2] = thirdValues; in toTestBulkInsertViaProviderApiForType()514 final int insertCount = getContext().getContentResolver().bulkInsert(uri, allValues); in toTestBulkInsertViaProviderApiForType()
512 public int bulkInsert(Uri uri, ContentValues[] allValues) { in bulkInsert() argument518 final int valuesCount = allValues.length; in bulkInsert()520 ContentValues values = allValues[i]; in bulkInsert()