Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportApi.java166 if (isSourceDebugFlagDisabled(Type.SOURCE_SUCCESS)) { in scheduleSourceSuccessDebugReport()
204 if (isSourceDebugFlagDisabled(Type.SOURCE_NOISED)) { in scheduleSourceNoisedDebugReport()
226 if (isSourceDebugFlagDisabled(Type.SOURCE_STORAGE_LIMIT)) { in scheduleSourceStorageLimitDebugReport()
249 if (isSourceDebugFlagDisabled(Type.SOURCE_FLEXIBLE_EVENT_REPORT_VALUE_ERROR)) { in scheduleSourceFlexibleEventReportApiDebugReport()
272 if (isSourceDebugFlagDisabled(Type.SOURCE_UNKNOWN_ERROR)) { in scheduleSourceUnknownErrorDebugReport()
384 if (isSourceDebugFlagDisabled(Type.SOURCE_DESTINATION_LIMIT)) { in scheduleSourceDestinationLimitDebugReport()
676 private boolean isSourceDebugFlagDisabled(String type) { in isSourceDebugFlagDisabled() method in DebugReportApi