Home
last modified time | relevance | path

Searched refs:REPORT_NOT_FOUND (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DReportingStatus.java98 REPORT_NOT_FOUND(9); enumConstant
DDebugReportingJobHandler.java144 reportingStatus.setFailureStatus(ReportingStatus.FailureStatus.REPORT_NOT_FOUND); in performReport()
DEventReportingJobHandler.java217 reportingStatus.setFailureStatus(ReportingStatus.FailureStatus.REPORT_NOT_FOUND); in performReport()
DAggregateReportingJobHandler.java237 reportingStatus.setFailureStatus(ReportingStatus.FailureStatus.REPORT_NOT_FOUND); in performReport()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugReportingJobHandlerTest.java313 ReportingStatus.FailureStatus.REPORT_NOT_FOUND.getValue()); in testPerformScheduledReports_LogReportNotFound()
DEventReportingJobHandlerTest.java1106 ReportingStatus.FailureStatus.REPORT_NOT_FOUND.getValue()); in testPerformScheduledPendingReports_LogReportNotFound()
DAggregateReportingJobHandlerTest.java873 ReportingStatus.FailureStatus.REPORT_NOT_FOUND.getValue()); in testPerformScheduledPendingReports_LogReportNotFound()