Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportApi.java186 public void scheduleSourceDestinationLimitDebugReport( in scheduleSourceDestinationLimitDebugReport() method in DebugReportApi
188 scheduleSourceDestinationLimitDebugReport( in scheduleSourceDestinationLimitDebugReport()
195 scheduleSourceDestinationLimitDebugReport( in scheduleSourceDestinationRateLimitDebugReport()
382 private void scheduleSourceDestinationLimitDebugReport( in scheduleSourceDestinationLimitDebugReport() method in DebugReportApi
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugReportApiTest.java429 mDebugReportApi.scheduleSourceDestinationLimitDebugReport(source, LIMIT, mMeasurementDao); in scheduleSourceDestinationLimitDebugReport_success()
478 mDebugReportApi.scheduleSourceDestinationLimitDebugReport(source, LIMIT, mMeasurementDao); in scheduleSourceDestinationLimitDebugReport_debugFlagDisabled_dontSchedule()
503 mDebugReportApi.scheduleSourceDestinationLimitDebugReport(source, LIMIT, mMeasurementDao); in scheduleSourceDestinationLimitDebugReport_sourceFlagDisabled_dontSchedule()
533 mDebugReportApi.scheduleSourceDestinationLimitDebugReport(source, LIMIT, mMeasurementDao); in scheduleSourceDestinationLimitDebugReport_without_enrollmentId_dontSchedule()
567 mDebugReportApi.scheduleSourceDestinationLimitDebugReport(source, LIMIT, mMeasurementDao); in scheduleSourceDestinationLimitDebugReport_adTechNotOptIn_dontSchedule()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java733 debugReportApi.scheduleSourceDestinationLimitDebugReport( in isDestinationWithinBounds()