Home
last modified time | relevance | path

Searched refs:insertEventReport (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java252 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 …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java513 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 …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java396 void insertEventReport(EventReport eventReport) throws DatastoreException; in insertEventReport() method
DMeasurementDao.java1310 public void insertEventReport(EventReport eventReport) throws DatastoreException { in insertEventReport() method in MeasurementDao
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/
DMeasurementDbMigratorV3Test.java382 insertEventReport( in insertEventReports()
659 private static void insertEventReport( in insertEventReport() method in MeasurementDbMigratorV3Test
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java1311 measurementDao.insertEventReport(eventReport); in finalizeEventReportCreation()
1332 measurementDao.insertEventReport(eventReport); in finalizeEventReportCreation()
1372 measurementDao.insertEventReport(eventReport); in finalizeEventReportAndAttributionCreationForFlex()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java848 dao.insertEventReport(report); in insertSourceFromTransaction()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java3782 (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()