Home
last modified time | relevance | path

Searched refs:getDebugReportStatus (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/aggregation/
DAggregateReportTest.java139 attributionReport.getDebugReportStatus()); in testCreation()
167 attributionReport.getDebugReportStatus()); in testCreationSingleSourceDebugKey()
194 attributionReport.getDebugReportStatus()); in testCreationSingleTriggerDebugKey()
220 AggregateReport.DebugReportStatus.NONE, attributionReport.getDebugReportStatus()); in testDefaults()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DEventReportTest.java148 assertEquals(EventReport.DebugReportStatus.PENDING, eventReport.getDebugReportStatus()); in creation_success()
173 assertEquals(EventReport.DebugReportStatus.PENDING, eventReport.getDebugReportStatus()); in creationSuccessSingleSourceDebugKey()
197 assertEquals(EventReport.DebugReportStatus.PENDING, eventReport.getDebugReportStatus()); in creationSuccessSingleTriggerDebugKey()
221 assertEquals(EventReport.DebugReportStatus.PENDING, eventReport.getDebugReportStatus()); in creationSuccessMultipleTriggerDebugKeys()
245 assertEquals(EventReport.DebugReportStatus.NONE, eventReport.getDebugReportStatus()); in defaults_success()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateReport.java245 public @DebugReportStatus int getDebugReportStatus() { in getDebugReportStatus() method in AggregateReport
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DEventReportingJobHandler.java224 && eventReport.getDebugReportStatus() != EventReport.DebugReportStatus.PENDING) { in performReport()
DAggregateReportingJobHandler.java245 && aggregateReport.getDebugReportStatus() in performReport()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DEventReport.java214 public @DebugReportStatus int getDebugReportStatus() { in getDebugReportStatus() method in EventReport
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java578 if (aggregateReport.getDebugReportStatus() in maybeGenerateAggregateReport()
1005 if (newEventReport.getDebugReportStatus() == EventReport.DebugReportStatus.PENDING) { in maybeGenerateEventReport()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java5415 insertedEventReports.get(0).getDebugReportStatus());
5418 insertedEventReports.get(1).getDebugReportStatus());
5421 insertedEventReports.get(2).getDebugReportStatus());
5590 insertedEventReports.get(0).getDebugReportStatus());
5593 insertedEventReports.get(1).getDebugReportStatus());
5596 insertedEventReports.get(2).getDebugReportStatus());
5764 insertedEventReports.get(0).getDebugReportStatus());
5767 insertedEventReports.get(1).getDebugReportStatus());
5770 insertedEventReports.get(2).getDebugReportStatus());
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DAbstractDbIntegrationTest.java581 aggregateReport.getDebugReportStatus()); in insertToDb()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java1336 eventReport.getDebugReportStatus()); in insertEventReport()
2646 aggregateReport.getDebugReportStatus());