Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdCounterKeyCopierImplTest.java209 AdScoringOutcome sourceOutcome = in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder_NullBuilderThrows() local
214 () -> mAdCounterKeyCopier.copyAdCounterKeys(null, sourceOutcome)); in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder_NullBuilderThrows()
226 AdScoringOutcome sourceOutcome = in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder() local
232 .setWinningAdBid(sourceOutcome.getAdWithScore().getAdWithBid().getBid()) in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
233 .setCustomAudienceSignals(sourceOutcome.getCustomAudienceSignals()) in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
235 sourceOutcome in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
240 .setBiddingLogicUri(sourceOutcome.getBiddingLogicUri()) in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
245 .copyAdCounterKeys(targetBuilder, sourceOutcome) in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
252 sourceOutcome in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
DAdCounterKeyCopierNoOpImplTest.java193 AdScoringOutcome sourceOutcome = in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder_NullBuilderThrows() local
198 () -> mAdCounterKeyCopier.copyAdCounterKeys(null, sourceOutcome)); in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder_NullBuilderThrows()
210 AdScoringOutcome sourceOutcome = in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder() local
216 .setWinningAdBid(sourceOutcome.getAdWithScore().getAdWithBid().getBid()) in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
217 .setCustomAudienceSignals(sourceOutcome.getCustomAudienceSignals()) in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
219 sourceOutcome in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
224 .setBiddingLogicUri(sourceOutcome.getBiddingLogicUri()) in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
228 mAdCounterKeyCopier.copyAdCounterKeys(targetBuilder, sourceOutcome); in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdCounterKeyCopierImpl.java125 @NonNull DBAdSelection.Builder targetBuilder, @NonNull AdScoringOutcome sourceOutcome) { in copyAdCounterKeys() argument
127 Objects.requireNonNull(sourceOutcome); in copyAdCounterKeys()
129 sourceOutcome.getAdWithScore().getAdWithBid().getAdData().getAdCounterKeys(); in copyAdCounterKeys()
DAdCounterKeyCopierNoOpImpl.java80 @NonNull DBAdSelection.Builder targetBuilder, @NonNull AdScoringOutcome sourceOutcome) { in copyAdCounterKeys() argument
82 Objects.requireNonNull(sourceOutcome); in copyAdCounterKeys()
DAdCounterKeyCopier.java77 @NonNull DBAdSelection.Builder targetBuilder, @NonNull AdScoringOutcome sourceOutcome); in copyAdCounterKeys() argument