Home
last modified time | relevance | path

Searched refs:SOURCE_UNKNOWN_ERROR (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportApi.java61 String SOURCE_UNKNOWN_ERROR = "source-unknown-error"; field
272 if (isSourceDebugFlagDisabled(Type.SOURCE_UNKNOWN_ERROR)) { in scheduleSourceUnknownErrorDebugReport()
275 if (isAdTechNotOptIn(source.isDebugReporting(), Type.SOURCE_UNKNOWN_ERROR)) { in scheduleSourceUnknownErrorDebugReport()
280 .d("Skipping debug report %s", Type.SOURCE_UNKNOWN_ERROR); in scheduleSourceUnknownErrorDebugReport()
284 Type.SOURCE_UNKNOWN_ERROR, in scheduleSourceUnknownErrorDebugReport()
DReportingStatus.java167 } else if (reportType.equals(DebugReportApi.Type.SOURCE_UNKNOWN_ERROR)) { in setReportType()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugReportApiTest.java842 DebugReportApi.Type.SOURCE_UNKNOWN_ERROR, in testScheduleAppSourceUnknownErrorDebugReport_success()
870 DebugReportApi.Type.SOURCE_UNKNOWN_ERROR, in testScheduleWebSourceUnknownErrorDebugReport_success()