Searched refs:updateSourceAggregateContributions (Results 1 – 6 of 6) sorted by relevance
259 dao.updateSourceAggregateContributions(source); in resetAggregateContributions()
315 void updateSourceAggregateContributions(@NonNull Source source) throws DatastoreException; in updateSourceAggregateContributions() method
1039 public void updateSourceAggregateContributions(@NonNull Source source) in updateSourceAggregateContributions() method in MeasurementDao
226 .updateSourceAggregateContributions(sourceCaptor.capture()); in resetAggregateContributions_hasMatchingReports_resetsContributions()256 .updateSourceAggregateContributions(sourceCaptor.capture()); in resetAggregateContributions_withSourceContributionsGoingBelowZero_resetsToZero()
1391 measurementDao.updateSourceAggregateContributions(source); in finalizeAggregateReportCreation()
2609 verify(mMeasurementDao).updateSourceAggregateContributions(sourceArg.capture());2851 verify(mMeasurementDao).updateSourceAggregateContributions(sourceArg.capture());2902 verify(mMeasurementDao, never()).updateSourceAggregateContributions(any());