Searched refs:markAggregateReportStatus (Results 1 – 7 of 7) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/ |
D | AggregateReportingJobHandlerTest.java | 226 .markAggregateReportStatus( in testSendReportForPendingReportSuccess() 235 verify(mMeasurementDao, times(1)).markAggregateReportStatus(any(), anyInt()); in testSendReportForPendingReportSuccess() 283 .markAggregateReportStatus( in testSendReportSuccess_reinstallAttributionEnabled_persistsAppReportHistory() 292 verify(mMeasurementDao, times(1)).markAggregateReportStatus(any(), anyInt()); in testSendReportSuccess_reinstallAttributionEnabled_persistsAppReportHistory() 343 .markAggregateReportStatus( in testSendReportSuccess_reinstallAttributionEnabled_skipNullAggregateReport() 352 verify(mMeasurementDao, times(1)).markAggregateReportStatus(any(), anyInt()); in testSendReportSuccess_reinstallAttributionEnabled_skipNullAggregateReport() 402 .markAggregateReportStatus( in testSendReportSuccess_reinstallAttributionDisabled_doesNotPersistsAppReportHistory() 411 verify(mMeasurementDao, times(1)).markAggregateReportStatus(any(), anyInt()); in testSendReportSuccess_reinstallAttributionDisabled_doesNotPersistsAppReportHistory() 447 .markAggregateReportStatus( in testSendReportForPendingReportSuccess_originFlagDisabled() 456 verify(mMeasurementDao, times(1)).markAggregateReportStatus(any(), anyInt()); in testSendReportForPendingReportSuccess_originFlagDisabled() [all …]
|
D | EventReportingJobHandlerTest.java | 206 .markAggregateReportStatus(eventReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportForPendingReportSuccess() 317 .markAggregateReportStatus(eventReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportSuccess_reinstallAttributionEnabled_persistsAppReportHistory() 388 .markAggregateReportStatus(eventReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportSuccess_reinstallAttributionDisabled_doesNotPersistsAppReportHistory() 458 .markAggregateReportStatus(eventReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportForPendingReportSuccess_coarseSource_doesNotPersistAppReportHistory() 504 .markAggregateReportStatus(eventReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportForPendingReportSuccessSingleTriggerDebugKey() 548 .markAggregateReportStatus(eventReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportForPendingReportSuccessSingleSourceDebugKey() 593 .markAggregateReportStatus(eventReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportForPendingReportSuccessWithNullDebugKeys()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | AggregateReportingJobHandler.java | 268 dao.markAggregateReportStatus( in performReport() 311 dao.markAggregateReportStatus( in performReport()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/deletion/ |
D | MeasurementDataDeleter.java | 224 dao.markAggregateReportStatus( in delete()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | IMeasurementDao.java | 385 void markAggregateReportStatus(String aggregateReportId, @AggregateReport.Status int status) in markAggregateReportStatus() method
|
D | MeasurementDao.java | 1094 public void markAggregateReportStatus( in markAggregateReportStatus() method in MeasurementDao
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/deletion/ |
D | MeasurementDataDeleterTest.java | 785 .markAggregateReportStatus( in delete_deletionModeExcludeInternalData_success() 788 .markAggregateReportStatus( in delete_deletionModeExcludeInternalData_success()
|