Searched refs:DELIVERED (Results 1 – 9 of 9) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/ |
D | AggregateReportingJobHandlerTest.java | 227 aggregateReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportForPendingReportSuccess() 284 aggregateReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportSuccess_reinstallAttributionEnabled_persistsAppReportHistory() 344 aggregateReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportSuccess_reinstallAttributionEnabled_skipNullAggregateReport() 403 aggregateReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportSuccess_reinstallAttributionDisabled_doesNotPersistsAppReportHistory() 448 aggregateReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportForPendingReportSuccess_originFlagDisabled() 527 aggregateReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportForPendingReportSuccessSingleTriggerDebugKey() 566 aggregateReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportForPendingReportSuccessSingleSourceDebugKey() 606 aggregateReport.getId(), AggregateReport.Status.DELIVERED); in testSendReportForPendingReportSuccessNullDebugKeys() 658 .setStatus(AggregateReport.Status.DELIVERED) in testSendReportForAlreadyDeliveredReport() 1190 eq(aggregateReport.getId()), eq(AggregateReport.Status.DELIVERED)); in performReport_normalReportWithDebugKeys_hasDebugModeEnabled() [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() 892 .setStatus(EventReport.Status.DELIVERED) in testSendReportForAlreadyDeliveredReport()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/ |
D | AggregateReport.java | 73 @IntDef(value = {Status.PENDING, Status.DELIVERED, Status.MARKED_TO_DELETE}) 77 int DELIVERED = 1; field 85 DebugReportStatus.DELIVERED, 91 int DELIVERED = 2; field
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/ |
D | EventReport.java | 66 @IntDef(value = {Status.PENDING, Status.DELIVERED, Status.MARKED_TO_DELETE}) 70 int DELIVERED = 1; field 78 DebugReportStatus.DELIVERED, 84 int DELIVERED = 2; field
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | EventReportingJobHandler.java | 248 eventReportId, EventReport.Status.DELIVERED); in performReport()
|
D | AggregateReportingJobHandler.java | 270 AggregateReport.Status.DELIVERED); in performReport()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | MeasurementDao.java | 1117 EventReport.DebugReportStatus.DELIVERED); in markEventDebugReportDelivered() 1137 AggregateReport.DebugReportStatus.DELIVERED); in markAggregateDebugReportDelivered() 2054 String.valueOf(AggregateReport.Status.DELIVERED), earliestValidInsertionStr in deleteExpiredRecords()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/ |
D | AttributionJobHandlerTest.java | 730 .setStatus(EventReport.Status.DELIVERED) in shouldIgnoreForMaxReportsPerSource() 733 .setStatus(EventReport.Status.DELIVERED) in shouldIgnoreForMaxReportsPerSource() 736 EventReport.Status.DELIVERED).build(); in shouldIgnoreForMaxReportsPerSource() 789 .setStatus(EventReport.Status.DELIVERED) in shouldNotReplaceHighPriorityReports() 792 .setStatus(EventReport.Status.DELIVERED) in shouldNotReplaceHighPriorityReports() 1806 .setStatus(EventReport.Status.DELIVERED) in shouldReplaceLowPriorityReportWhileAttribution() 1812 .setStatus(EventReport.Status.DELIVERED) in shouldReplaceLowPriorityReportWhileAttribution()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
D | MeasurementDaoTest.java | 5561 EventReportContract.STATUS, EventReport.Status.DELIVERED); in deleteExpiredRecords_skipDeliveredEventReportsOutsideWindow() 5573 EventReportContract.STATUS, EventReport.Status.DELIVERED); in deleteExpiredRecords_skipDeliveredEventReportsOutsideWindow() 6330 .setStatus(AggregateReport.Status.DELIVERED) in deletePendingAggregateReportsAndAttributionsForSources_success()
|