Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/reporting/
DDebugReportApiTest.java168 .setArDebugPermission(true) in testScheduleWebToWebSourceReport_success()
226 .setArDebugPermission(true) in testScheduleWebToAppSourceReport_success()
294 .setArDebugPermission(true) in testScheduleWebToAppAndWebSourceReport_success()
440 .setArDebugPermission(false) in testScheduleWebSourceReport_without_arDebugPermission_dontSchedule()
740 .setArDebugPermission(true) in testScheduleWebSourceReport_sourceNoised_success()
1021 .setArDebugPermission(true) in testScheduleWebSourceReport_sourceUnknownError_success()
1172 .setArDebugPermission(false) in testScheduleWebSourceReport_sourceUnknownError_without_arDebugPermission_dontSchedule()
1298 .setArDebugPermission(false) in testScheduleSourceReport_sourceChannelCapacityLimit_success()
1330 .setArDebugPermission(false) in testScheduleSourceReport_srcChannelCapacityLimitDebugFlagDisabled_dontSchedule()
1352 .setArDebugPermission(false) in testScheduleSourceReport_srcChannelCapacityLimitSourceFlagDisabled_dontSchedule()
[all …]
DDebugKeyAccessorTest.java244 .setArDebugPermission(false) in getDebugKeys_enableBothSideDebugKeys_appToAppNoSourceDebugKey_debugKeysNotPresent()
255 .setArDebugPermission(false) in getDebugKeys_enableBothSideDebugKeys_appToAppNoSourceDebugKey_debugKeysNotPresent()
278 .setArDebugPermission(false) in getDebugKeys_enableBothSideDebugKeys_appToAppNoTriggerDebugKey_debugKeysNotPresent()
289 .setArDebugPermission(false) in getDebugKeys_enableBothSideDebugKeys_appToAppNoTriggerDebugKey_debugKeysNotPresent()
311 .setArDebugPermission(false) in getDebugKeys_enableBothSideDebugKeys_appToApp_debugKeysPresent()
322 .setArDebugPermission(false) in getDebugKeys_enableBothSideDebugKeys_appToApp_debugKeysPresent()
560 .setArDebugPermission(true) in getDebugKeys_enableBothSideDebugKeys_webToWebNoSourceDebugKey_debugKeysNotPresent()
571 .setArDebugPermission(true) in getDebugKeys_enableBothSideDebugKeys_webToWebNoSourceDebugKey_debugKeysNotPresent()
594 .setArDebugPermission(true) in getDebugKeys_enableBothSideDebugKeys_webToWebNoTriggerDebugKey_debugKeysNotPresent()
605 .setArDebugPermission(true) in getDebugKeys_enableBothSideDebugKeys_webToWebNoTriggerDebugKey_debugKeysNotPresent()
[all …]
DAggregateDebugReportApiTest.java1170 .setArDebugPermission(true) in scheduleTriggerAttributionErrorWithSourceDebugReport_fullWebDestination_extractBaseUri()
1244 .setArDebugPermission(true) in scheduleTriggerAttributionErrorWithSourceDebugReport_nullReport_extractBaseUri()
1301 .setArDebugPermission(true) in scheduleTriggerNoMatchingReport_fullWebDestination_extractBaseUri()
1352 .setArDebugPermission(true) in scheduleTriggerNoMatchingReport_generateNullReport_fullWebDestination_extractBaseUri()
1510 .setArDebugPermission(true) in scheduleTriggerAttributionError_emptyDebugData_noReportGenerated()
1537 .setArDebugPermission(true) in scheduleTriggerNoMatchingSourceDebugReport_emptyDebugData_noReportGenerated()
DEventReportingJobHandlerTest.java1534 .setArDebugPermission(hasArDebugPermission) in setUpTestForTriggerDebugAvailableHeader()
DAggregateReportingJobHandlerTest.java1966 .setArDebugPermission(hasArDebugPermission) in setUpTestForTriggerDebugAvailableHeader()
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/
DEventReportTest.java990 .setArDebugPermission(arDebugPermission) in createTriggerForDebugJoinKeyTests()
1007 .setArDebugPermission(arDebugPermission) in createSourceForDebugJoinKeyTests()
1025 .setArDebugPermission(arDebugPermission) in createSourceForAdIdDebugKeyTests()
1045 .setArDebugPermission(arDebugPermission) in createTriggerForAdIdDebugKeyTests()
DTriggerTest.java134 .setArDebugPermission(true) in testEqualsPass()
170 .setArDebugPermission(true) in testEqualsPass()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DSqliteObjectMapper.java184 builder::setArDebugPermission); in constructSourceFromCursor()
319 builder::setArDebugPermission); in constructTriggerFromCursor()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java1521 builder.setArDebugPermission(copyFrom.mArDebugPermission); in from()
1629 public Source.Builder setArDebugPermission(boolean arDebugPermission) { in setArDebugPermission() method in Source.Builder
DTrigger.java835 public Builder setArDebugPermission(boolean arDebugPermission) { in setArDebugPermission() method in Trigger.Builder
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcher.java142 builder.setArDebugPermission(arDebugPermission); in parseTrigger()
DAsyncSourceFetcher.java1092 builder.setArDebugPermission(arDebugPermission); in parseSource()
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java2756 .setArDebugPermission(true) in insertSource_webSourceWithArDebugPermission_fakeReportHasDebugKey()
2775 .setArDebugPermission(true) in insertSource_appSourceHasArDebugButNotAdIdPermission_fakeReportHasNoDebugKey()
2795 .setArDebugPermission(false) in insertSource_webSourceHasAdIdButNotArDebugPermission_fakeReportHasNoDebugKey()
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java1760 .setArDebugPermission(true) in shouldDoSimpleAttributionWithNullReports_debugKey_hasArDebugPermission()