Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportApi.java169 if (isAdTechNotOptIn(source.isDebugReporting(), Type.SOURCE_SUCCESS)) { in scheduleSourceSuccessDebugReport()
207 if (isAdTechNotOptIn(source.isDebugReporting(), Type.SOURCE_NOISED)) { in scheduleSourceNoisedDebugReport()
229 if (isAdTechNotOptIn(source.isDebugReporting(), Type.SOURCE_STORAGE_LIMIT)) { in scheduleSourceStorageLimitDebugReport()
252 if (isAdTechNotOptIn( in scheduleSourceFlexibleEventReportApiDebugReport()
275 if (isAdTechNotOptIn(source.isDebugReporting(), Type.SOURCE_UNKNOWN_ERROR)) { in scheduleSourceUnknownErrorDebugReport()
301 if (isAdTechNotOptIn(trigger.isDebugReporting(), type)) { in scheduleTriggerNoMatchingSourceDebugReport()
330 if (isAdTechNotOptIn(trigger.isDebugReporting(), type)) { in scheduleTriggerDebugReport()
362 if (isAdTechNotOptIn(trigger.isDebugReporting(), type)) { in scheduleTriggerDebugReportWithAllFields()
387 if (isAdTechNotOptIn(source.isDebugReporting(), Type.SOURCE_DESTINATION_LIMIT)) { in scheduleSourceDestinationLimitDebugReport()
558 private boolean isAdTechNotOptIn(boolean optIn, String type) { in isAdTechNotOptIn() method in DebugReportApi