Searched refs:updateSourcesForAttributionScope (Results 1 – 5 of 5) sorted by relevance
9675 mDatastoreManager.runInTransaction((dao) -> dao.updateSourcesForAttributionScope(source0)); in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9728 dao.updateSourcesForAttributionScope(source1); in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9748 mDatastoreManager.runInTransaction((dao) -> dao.updateSourcesForAttributionScope(source2)); in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9769 mDatastoreManager.runInTransaction((dao) -> dao.updateSourcesForAttributionScope(source3)); in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9783 mDatastoreManager.runInTransaction((dao) -> dao.updateSourcesForAttributionScope(source4)); in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9797 mDatastoreManager.runInTransaction((dao) -> dao.updateSourcesForAttributionScope(source5)); in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9813 mDatastoreManager.runInTransaction((dao) -> dao.updateSourcesForAttributionScope(source6)); in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9829 mDatastoreManager.runInTransaction((dao) -> dao.updateSourcesForAttributionScope(source7)); in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9843 mDatastoreManager.runInTransaction((dao) -> dao.updateSourcesForAttributionScope(source8)); in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9905 dao.updateSourcesForAttributionScope(source1); in testUpdateSourcesForAttributionScope_smallerLimit_ignoresSourcesDeletesReports()[all …]
96 void updateSourcesForAttributionScope(@NonNull Source pendingSource) throws DatastoreException; in updateSourcesForAttributionScope() method
504 public void updateSourcesForAttributionScope(@NonNull Source pendingSource) in updateSourcesForAttributionScope() method in MeasurementDao
841 dao.updateSourcesForAttributionScope(source); in insertSourceFromTransaction()
4821 verify(mMeasurementDao, times(1)).updateSourcesForAttributionScope(any(Source.class)); in runAsyncRegistrationQueueWorker_attributionScopeEnabled_updateSources()4865 verify(mMeasurementDao, never()).updateSourcesForAttributionScope(any(Source.class)); in runAsyncRegistrationQueueWorker_attributionScopeDisabled_doNotUpdateSources()