Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DXnaSourceCreatorTest.java184 .setDebugKey(SHARED_DEBUG_KEY_1) in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
256 .setDebugKey(SHARED_DEBUG_KEY_1) in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
385 .setDebugKey(null) in generateDerivedSources_sharedDebugKeyDisabled_doesntAddDebugKeyToDerivedSource()
482 .setDebugKey(null) in generateDerivedSources_withSharedFilterDataKeys_filtersAndGeneratesSources()
599 .setDebugKey(SHARED_DEBUG_KEY_1) in generateDerivedSources_lookbackWindow_filtersAndGeneratesSources()
DAttributionJobHandlerTest.java1392 .setDebugKey(TRIGGER_DEBUG_KEY) in shouldDoSimpleAttributionWithNullReports_debugKey_noPermission()
1420 .setDebugKey(TRIGGER_DEBUG_KEY) in shouldDoSimpleAttributionWithNullReports_debugKey_hasArDebugPermission()
1466 .setDebugKey(TRIGGER_DEBUG_KEY) in shouldDoSimpleAttributionWithNullReports_debugKey_hasAdIdPermission()
3374 .setDebugKey(TRIGGER_DEBUG_KEY)
3387 .setDebugKey(SOURCE_DEBUG_KEY)
3452 .setDebugKey(SOURCE_DEBUG_KEY)
3505 .setDebugKey(TRIGGER_DEBUG_KEY)
5305 .setDebugKey(debugKey2)
5355 .setDebugKey(sourceDebugKey)
5472 .setDebugKey(debugKey2)
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DSourceTest.java162 .setDebugKey(DEBUG_KEY_1) in testEqualsPass()
216 .setDebugKey(DEBUG_KEY_1) in testEqualsPass()
388 SourceFixture.getMinimalValidSourceBuilder().setDebugKey(DEBUG_KEY_1).build(), in testEqualsFail()
389 SourceFixture.getMinimalValidSourceBuilder().setDebugKey(DEBUG_KEY_2).build()); in testEqualsFail()
1338 .setDebugKey(debugKey) in assertInvalidSourceArguments()
1567 .setDebugKey(new UnsignedLong(47823478789L)) in validateAndSetNumReportStates_fullFlexValid_returnsTrue()
1612 .setDebugKey(new UnsignedLong(47823478789L)) in validateAndSetNumReportStates_fullFlexArithmeticInvalid_returnsFalse()
1669 .setDebugKey(new UnsignedLong(47823478789L)) in validateAndSetNumReportStates_fullFlexIterativeInvalid_returnsFalse()
1710 .setDebugKey(new UnsignedLong(47823478789L)) in validateAndSetMaxEventStates_fullFlexAttributionScopeMaxEventStatesNull_returnsFalse()
1817 .setDebugKey(new UnsignedLong(47823478789L)) in isFlexEventApiValueValid_eventSource_true()
[all …]
DEventReportTest.java970 .setDebugKey(TRIGGER_DEBUG_KEY) in createTriggerForDebugJoinKeyTests()
985 .setDebugKey(SOURCE_DEBUG_KEY) in createSourceForDebugJoinKeyTests()
1003 .setDebugKey(SOURCE_DEBUG_KEY) in createSourceForAdIdDebugKeyTests()
1025 .setDebugKey(TRIGGER_DEBUG_KEY) in createTriggerForAdIdDebugKeyTests()
DTriggerTest.java133 .setDebugKey(DEBUG_KEY) in testEqualsPass()
164 .setDebugKey(DEBUG_KEY) in testEqualsPass()
934 .setDebugKey(debugKey) in assertInvalidTriggerArguments()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DXnaSourceCreator.java204 builder.setDebugKey(parentSource.getSharedDebugKey());
206 builder.setDebugKey(null);
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java154 .setDebugKey(new UnsignedLong(47823478789L))
169 .setDebugKey(new UnsignedLong(47823478789L))
2662 .setDebugKey(SourceFixture.ValidSourceParams.DEBUG_KEY) in insertSource_appSourceHasAdIdPermission_fakeReportHasDebugKey()
2682 .setDebugKey(SourceFixture.ValidSourceParams.DEBUG_KEY) in insertSource_webSourceWithArDebugPermission_fakeReportHasDebugKey()
2701 .setDebugKey(SourceFixture.ValidSourceParams.DEBUG_KEY) in insertSource_appSourceHasArDebugButNotAdIdPermission_fakeReportHasNoDebugKey()
2721 .setDebugKey(SourceFixture.ValidSourceParams.DEBUG_KEY) in insertSource_webSourceHasAdIdButNotArDebugPermission_fakeReportHasNoDebugKey()
3302 .setDebugKey(new UnsignedLong(47823478789L)) in isSourceAllowedToInsert_flexEventApiValidNav_pass()
3366 .setDebugKey(new UnsignedLong(47823478789L)) in isSourceAllowedToInsert_flexEventApiInvalidEventExceedMaxInfoGain_fail()
3434 .setDebugKey(new UnsignedLong(47823478789L)) in isSourceAllowedToInsert_flexEventApiInvalidEventExceedNumStatesArithmetic_fail()
3517 .setDebugKey(new UnsignedLong(47823478789L)) in isSourceAllowedToInsert_flexEventApiInvalidEventExceedNumStatesIterative_fail()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DSqliteObjectMapper.java168 builder::setDebugKey); in constructSourceFromCursor()
279 builder::setDebugKey); in constructTriggerFromCursor()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java1378 builder.setDebugKey(copyFrom.mDebugKey); in from()
1528 public Builder setDebugKey(@Nullable UnsignedLong debugKey) { in setDebugKey() method in Source.Builder
DTrigger.java718 public Builder setDebugKey(@Nullable UnsignedLong debugKey) { in setDebugKey() method in Trigger.Builder
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcher.java250 builder.setDebugKey(maybeDebugKey.get()); in parseTrigger()
DAsyncSourceFetcher.java205 builder.setDebugKey(maybeDebugKey.get()); in parseCommonSourceParams()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessorTest.java3456 .setDebugKey(TRIGGER_DEBUG_KEY) in createTrigger()
3474 .setDebugKey(SOURCE_DEBUG_KEY) in createSource()