Searched refs:updateSourceAggregateReportDedupKeys (Results 1 – 7 of 7) sorted by relevance
443 verify(mMeasurementDao, times(2)).updateSourceAggregateReportDedupKeys(source1); in resetAggregateReportDedupKeys_matchingReports_removesDedupKeysFromSource()444 verify(mMeasurementDao).updateSourceAggregateReportDedupKeys(source2); in resetAggregateReportDedupKeys_matchingReports_removesDedupKeysFromSource()466 verify(mMeasurementDao, never()).updateSourceAggregateReportDedupKeys(any()); in resetAggregateReportDedupKeys_aggregateReportHasNullSourceId_ignoresRemoval()482 verify(mMeasurementDao, never()).updateSourceAggregateReportDedupKeys(any()); in resetAggregateReportDedupKeys_aggregateReportHasNullDedupKey_ignoresRemoval()
317 dao.updateSourceAggregateReportDedupKeys(source); in resetAggregateReportDedupKeys()
308 void updateSourceAggregateReportDedupKeys(@NonNull Source source) throws DatastoreException; in updateSourceAggregateReportDedupKeys() method
1396 public void updateSourceAggregateReportDedupKeys(@NonNull Source source) in updateSourceAggregateReportDedupKeys() method in MeasurementDao
1392 measurementDao.updateSourceAggregateReportDedupKeys(source); in finalizeAggregateReportCreation()
8332 (dao) -> dao.updateSourceAggregateReportDedupKeys(source)); in testUpdateSourceAggregateReportDedupKeys_updatesKeysInList()8360 (dao) -> dao.updateSourceAggregateReportDedupKeys(source)); in testUpdateSourceAggregateReportDedupKeys_acceptsUnsignedLongValue()
2859 verify(mMeasurementDao).updateSourceAggregateReportDedupKeys(sourceCaptor.capture());