Searched refs:insertEventReport (Results 1 – 8 of 8) sorted by relevance
252 verify(mMeasurementDao, never()).insertEventReport(any()); in shouldIgnoreNonPendingTrigger()268 verify(mMeasurementDao, never()).insertEventReport(any()); in shouldIgnoreIfNoSourcesFound()313 verify(mMeasurementDao, never()).insertEventReport(any()); in shouldRejectBasedOnDedupKey()356 verify(mMeasurementDao, never()).insertEventReport(any()); in shouldRejectBasedOnDedupKey_dedupAlignFlagOff()396 verify(mMeasurementDao, never()).insertEventReport(any()); in shouldNotCreateEventReportAfterEventReportWindow()457 .insertEventReport(reportArg.capture()); in shouldNotCreateEventReportAfterEventReportWindow_secondTrigger()516 verify(mMeasurementDao, never()).insertEventReport(any()); in shouldNotCreateEventReportAfterEventReportWindow_prioritisedSource()546 verify(mMeasurementDao, never()).insertEventReport(any()); in shouldNotAddIfRateLimitExceeded_eventScopeOnly()578 verify(mMeasurementDao, never()).insertEventReport(any()); in shouldNotAddIfRateLimitExceeded_aggregateScopeOnly()608 verify(mMeasurementDao, never()).insertEventReport(any()); in shouldNotAddIfRateLimitExceeded_aggregateAndEventScope_eventLimited()[all …]
513 verify(mMeasurementDao, times(0)).insertEventReport(any(EventReport.class)); in test_runAsyncRegistrationQueueWorker_ThreadInterrupted()595 verify(mMeasurementDao, times(1)).insertEventReport(any(EventReport.class)); in runAsyncRegistrationQueueWorker_appSource_defaultRegistration_redirectTypeList()665 verify(mMeasurementDao, times(1)).insertEventReport(any(EventReport.class)); in runAsyncRegistrationQueueWorker_appSource_defaultRegistration_redirectTypeLocation()734 verify(mMeasurementDao, times(1)).insertEventReport(any(EventReport.class)); in runAsyncRegistrationQueueWorker_appSource_middleRegistration_redirectTypeLocation()785 verify(mMeasurementDao, times(1)).insertEventReport(any(EventReport.class)); in runAsyncRegistrationQueueWorker_appSrc_defaultReg_redirectWellKnown_typeLocation()928 verify(mMeasurementDao, times(1)).insertEventReport(any(EventReport.class)); in runAsyncRegistrationQueueWorker_appSrc_defaultReg_redirectWithExistingPathAndQuery()1010 verify(mMeasurementDao, times(1)).insertEventReport(any(EventReport.class)); in runAsyncRegistrationQueueWorker_noSourceReg_RedirectHasSource()1073 verify(mMeasurementDao, times(1)).insertEventReport(any(EventReport.class)); in runAsyncRegistrationQueueWorker_appSrc_defaultReg_redirectAlreadyWellKnown()1148 verify(mMeasurementDao, never()).insertEventReport(any()); in runAsyncRegistrationQueueWorker_appInstalled_markToBeDeleted()1683 verify(mMeasurementDao, times(1)).insertEventReport(any(EventReport.class)); in test_runAsyncRegistrationQueueWorker_appSource_noRedirects_success()[all …]
396 void insertEventReport(EventReport eventReport) throws DatastoreException; in insertEventReport() method
1310 public void insertEventReport(EventReport eventReport) throws DatastoreException { in insertEventReport() method in MeasurementDao
382 insertEventReport( in insertEventReports()659 private static void insertEventReport( in insertEventReport() method in MeasurementDbMigratorV3Test
1311 measurementDao.insertEventReport(eventReport); in finalizeEventReportCreation()1332 measurementDao.insertEventReport(eventReport); in finalizeEventReportCreation()1372 measurementDao.insertEventReport(eventReport); in finalizeEventReportAndAttributionCreationForFlex()
848 dao.insertEventReport(report); in insertSourceFromTransaction()
3782 (dao) -> dao.insertEventReport(eventReport)); in testGetSourceEventReports()3923 (dao) -> dao.insertEventReport(eventReport)); in getSourceEventReports_sourcesWithSameEventId_haveSeparateEventReportsMatch()7261 mDatastoreManager.runInTransaction((dao) -> dao.insertEventReport(report))); in fetchMatchingEventReports_returnsMatchingReports()9726 dao.insertEventReport(pastFakeEventReport); in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9727 dao.insertEventReport(fakeEventReport1); in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9903 dao.insertEventReport(pastFakeEventReport); in testUpdateSourcesForAttributionScope_smallerLimit_ignoresSourcesDeletesReports()9904 dao.insertEventReport(fakeEventReport1); in testUpdateSourcesForAttributionScope_smallerLimit_ignoresSourcesDeletesReports()