Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/reporting/
DAggregateDebugReportApiTest.java381 .setAggregateDebugReportingString( in scheduleTriggerReport_triggerWithoutCoordinator_generatesReportWithDefCoordinator()
871 .setAggregateDebugReportingString(null) in scheduleSourceRegErrorDebugReport_missingAdrOnSource_doesNotGenerateReport()
968 .setAggregateDebugReportingString(AGGREGATE_DEBUG_REPORT_STRING_1) in scheduleTriggerNoMatchingReport_typeDefinedExplicitly_generatesSourceDebugReport()
1015 .setAggregateDebugReportingString(AGGREGATE_DEBUG_REPORT_STRING_1) in scheduleTriggerNoMatchingReport_typeDefinedExplicitly_generatesPreFlexibleSourceDebugReport()
1168 .setAggregateDebugReportingString(ValidTriggerParams.AGGREGATE_DEBUG_REPORT) in scheduleTriggerAttributionErrorWithSourceDebugReport_fullWebDestination_extractBaseUri()
1242 .setAggregateDebugReportingString(ValidTriggerParams.AGGREGATE_DEBUG_REPORT) in scheduleTriggerAttributionErrorWithSourceDebugReport_nullReport_extractBaseUri()
1299 .setAggregateDebugReportingString(AGGREGATE_DEBUG_REPORT_STRING_1) in scheduleTriggerNoMatchingReport_fullWebDestination_extractBaseUri()
1350 .setAggregateDebugReportingString(AGGREGATE_DEBUG_REPORT_STRING_1) in scheduleTriggerNoMatchingReport_generateNullReport_fullWebDestination_extractBaseUri()
1396 .setAggregateDebugReportingString(AGGREGATE_DEBUG_REPORT_STRING_2) in scheduleSourceRegistrationDebugReport_unspecifiedPresent_MatchExplicitTypeFirst()
1445 .setAggregateDebugReportingString(AGGREGATE_DEBUG_REPORT_STRING_2) in scheduleSourceRegistrationDebugReport_unspecifiedPresent_fallbackToUnspecifiedMatch()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/attributionreporting/
DAttributionReportingListTriggerRegistrationsCommandTest.java120 .setAggregateDebugReportingString(
147 .setAggregateDebugReportingString(
372 builder.setAggregateDebugReportingString( in getTriggerFromJson()
DAttributionReportingListSourceRegistrationsCommandTest.java433 builder.setAggregateDebugReportingString( in getSourceFromJson()
515 .setAggregateDebugReportingString( in getValidSourceWithFullSchema()
DAttributionReportingHelperTest.java217 .setAggregateDebugReportingString( in testTriggerToJson_fullSchemaHappyPath()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/measurement/
DTriggerFixture.java71 .setAggregateDebugReportingString(ValidTriggerParams.AGGREGATE_DEBUG_REPORT) in getValidTrigger()
DSourceFixture.java111 .setAggregateDebugReportingString(ValidSourceParams.AGGREGATE_DEBUG_REPORT) in getValidSourceBuilder()
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/
DTriggerTest.java158 .setAggregateDebugReportingString( in testEqualsPass()
194 .setAggregateDebugReportingString( in testEqualsPass()
355 .setAggregateDebugReportingString( in testEqualsFail()
360 .setAggregateDebugReportingString( in testEqualsFail()
1208 .setAggregateDebugReportingString(aggregateDebugReport) in aggregateDebugReport_parsing_asExpected()
DSourceTest.java199 .setAggregateDebugReportingString(aggregateDebugReportingString) in testEqualsPass()
260 .setAggregateDebugReportingString(aggregateDebugReportingString) in testEqualsPass()
582 .setAggregateDebugReportingString( in testEqualsFail()
587 .setAggregateDebugReportingString( in testEqualsFail()
967 .setAggregateDebugReportingString(aggregateDebugReport) in aggregateDebugReport_parsing_asExpected()
1494 .setAggregateDebugReportingString(aggregateDebugReportingString) in assertInvalidSourceArguments()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DSqliteObjectMapper.java263 builder::setAggregateDebugReportingString); in constructSourceFromCursor()
363 builder::setAggregateDebugReportingString); in constructTriggerFromCursor()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java1554 builder.setAggregateDebugReportingString(copyFrom.mAggregateDebugReportingString); in from()
1970 public Builder setAggregateDebugReportingString( in setAggregateDebugReportingString() method in Source.Builder
DTrigger.java937 public Builder setAggregateDebugReportingString( in setAggregateDebugReportingString() method in Trigger.Builder
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcher.java733 builder.setAggregateDebugReportingString(validAggregateDebugReporting.get()); in parseValidateTrigger()
DAsyncSourceFetcher.java710 builder.setAggregateDebugReportingString(validAggregateDebugReporting.get()); in parseValidateSource()