Searched refs:getDeletes (Results 1 – 3 of 3) sorted by relevance
99 if (!mutations.getDeletes().isEmpty()) { in applyToDatabaseInternal()101 "MutationApplier.applyToDatabase", "deleting %d rows", mutations.getDeletes().size()); in applyToDatabaseInternal()104 Iterable<List<Long>> batches = Iterables.partition(mutations.getDeletes(), 999); in applyToDatabaseInternal()
150 mutations.getDeletes().size()); in fill()241 mutations.getDeletes().size()); in fill()555 if (mutations.getDeletes().isEmpty()) {580 idsForNormalizedNumber.removeAll(mutations.getDeletes());
107 public ArraySet<Long> getDeletes() { in getDeletes() method in CallLogMutations