Searched refs:getUpdates (Results 1 – 4 of 4) sorted by relevance
85 if (!mutations.getUpdates().isEmpty()) { in applyToDatabaseInternal()87 "MutationApplier.applyToDatabase", "updating %d rows", mutations.getUpdates().size()); in applyToDatabaseInternal()88 for (Entry<Long, ContentValues> entry : mutations.getUpdates().entrySet()) { in applyToDatabaseInternal()
149 mutations.getUpdates().size(), in fill()240 mutations.getUpdates().size(), in fill()541 ContentValues contentValuesToUpdate = mutations.getUpdates().get(id);549 mutations.getUpdates().put(id, contentValues);
98 public ArrayMap<Long, ContentValues> getUpdates() { in getUpdates() method in CallLogMutations
99 mutations.getInserts().entrySet().stream(), mutations.getUpdates().entrySet().stream())