Searched refs:sourceOutcome (Results 1 – 5 of 5) sorted by relevance
209 AdScoringOutcome sourceOutcome = in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder_NullBuilderThrows() local214 () -> mAdCounterKeyCopier.copyAdCounterKeys(null, sourceOutcome)); in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder_NullBuilderThrows()226 AdScoringOutcome sourceOutcome = in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder() local232 .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()
193 AdScoringOutcome sourceOutcome = in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder_NullBuilderThrows() local198 () -> mAdCounterKeyCopier.copyAdCounterKeys(null, sourceOutcome)); in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder_NullBuilderThrows()210 AdScoringOutcome sourceOutcome = in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder() local216 .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()
125 @NonNull DBAdSelection.Builder targetBuilder, @NonNull AdScoringOutcome sourceOutcome) { in copyAdCounterKeys() argument127 Objects.requireNonNull(sourceOutcome); in copyAdCounterKeys()129 sourceOutcome.getAdWithScore().getAdWithBid().getAdData().getAdCounterKeys(); in copyAdCounterKeys()
80 @NonNull DBAdSelection.Builder targetBuilder, @NonNull AdScoringOutcome sourceOutcome) { in copyAdCounterKeys() argument82 Objects.requireNonNull(sourceOutcome); in copyAdCounterKeys()
77 @NonNull DBAdSelection.Builder targetBuilder, @NonNull AdScoringOutcome sourceOutcome); in copyAdCounterKeys() argument