Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportApi.java224 public void scheduleSourceStorageLimitDebugReport( in scheduleSourceStorageLimitDebugReport() method in DebugReportApi
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugReportApiTest.java743 mDebugReportApi.scheduleSourceStorageLimitDebugReport(source, LIMIT, mMeasurementDao); in testScheduleSourceStorageLimitDebugReport_success()
768 mDebugReportApi.scheduleSourceStorageLimitDebugReport(source, LIMIT, mMeasurementDao); in testScheduleSourceStorageLimitDebugReport_debugFlagDisabled_dontSchedule()
785 mDebugReportApi.scheduleSourceStorageLimitDebugReport(source, LIMIT, mMeasurementDao); in testScheduleSourceStorageLimitDebugReport_sourceFlagDisabled_dontSchedule()
801 mDebugReportApi.scheduleSourceStorageLimitDebugReport(source, LIMIT, mMeasurementDao); in testScheduleSourceStorageLimitDebugReport_adTechNotOpIn_dontSchedule()
818 mDebugReportApi.scheduleSourceStorageLimitDebugReport(source, LIMIT, mMeasurementDao); in testScheduleSourceStorageLimitDebugReport_without_enrollmentId_dontSchedule()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java442 debugReportApi.scheduleSourceStorageLimitDebugReport( in isSourceAllowedToInsert()