Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportApi.java56 String SOURCE_DESTINATION_LIMIT = "source-destination-limit"; field
106 String SOURCE_DESTINATION_LIMIT = "source_destination_limit"; field
189 source, limit, Type.SOURCE_DESTINATION_LIMIT, dao); in scheduleSourceDestinationLimitDebugReport()
384 if (isSourceDebugFlagDisabled(Type.SOURCE_DESTINATION_LIMIT)) { in scheduleSourceDestinationLimitDebugReport()
387 if (isAdTechNotOptIn(source.isDebugReporting(), Type.SOURCE_DESTINATION_LIMIT)) { in scheduleSourceDestinationLimitDebugReport()
DReportingStatus.java159 if (reportType.equals(DebugReportApi.Type.SOURCE_DESTINATION_LIMIT)) { in setReportType()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java318 Map.of(DebugReportApi.Body.SOURCE_DESTINATION_LIMIT, String.valueOf(limit)); in storeSource()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugReportApiTest.java435 DebugReportApi.Type.SOURCE_DESTINATION_LIMIT, in scheduleSourceDestinationLimitDebugReport_success()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java4894 Map.of(DebugReportApi.Body.SOURCE_DESTINATION_LIMIT, String.valueOf(limit)), in storeSource_withSourceDestinationReplacedAsFifo_addDestinationLimitToDebugReport()