Searched refs:setDataVersion (Results 1 – 12 of 12) sorted by relevance
83 .setDataVersion(DATA_VERSION_1) in testGetContextualSignalsGenerateBidWithDataVersionHeaderReturnsHeader()110 .setDataVersion(DATA_VERSION_1) in testGetContextualSignalsReportWinWithAdCostReturnsBuyerContextualSignalsWithAdCost()121 BuyerContextualSignals.builder().setDataVersion(DATA_VERSION_1).build(); in testGetContextualSignalsReportWinWithAdCostReturnsDataVersionWithoutAdCost()
757 SellerContextualSignals.builder().setDataVersion(3).build().toAdSelectionSignals(); in testReportResult_verifyTelemetryLogging()1237 .setDataVersion(3) in testReportWin_verifyTelemetryLogging()
1248 BuyerContextualSignals.builder().setDataVersion(DATA_VERSION_1).build(); in testReportImpressionSuccessfullyReportsDataVersionHeader()1251 SellerContextualSignals.builder().setDataVersion(DATA_VERSION_2).build(); in testReportImpressionSuccessfullyReportsDataVersionHeader()1388 SellerContextualSignals.builder().setDataVersion(DATA_VERSION_1).build(); in testReportImpressionSuccessfullyReportsSellerDataVersionHeader()1644 BuyerContextualSignals.builder().setDataVersion(DATA_VERSION_1).build(); in testReportImpressionSuccessWithUnifiedTablesEnabledAuctionServerDisabled()1647 SellerContextualSignals.builder().setDataVersion(DATA_VERSION_2).build(); in testReportImpressionSuccessWithUnifiedTablesEnabledAuctionServerDisabled()1787 BuyerContextualSignals.builder().setDataVersion(DATA_VERSION_1).build(); in testReportImpressionSuccessWithUnifiedTablesEnabledAuctionServerEnabled()1790 SellerContextualSignals.builder().setDataVersion(DATA_VERSION_2).build(); in testReportImpressionSuccessWithUnifiedTablesEnabledAuctionServerEnabled()1931 BuyerContextualSignals.builder().setDataVersion(DATA_VERSION_1).build(); in testReportImpressionFailsWithInvalidAdSelectionIdUnifiedTablesEnabledAuctionServerEnabled()1934 SellerContextualSignals.builder().setDataVersion(DATA_VERSION_2).build(); in testReportImpressionFailsWithInvalidAdSelectionIdUnifiedTablesEnabledAuctionServerEnabled()2069 BuyerContextualSignals.builder().setDataVersion(DATA_VERSION_1).build(); in testReportImpressionFailsWithInvalidAdSelectionIdUnifiedTablesEnabledAuctionServerDisabled()[all …]
700 .setDataVersion(DATA_VERSION_1) in testRunAdSelectionSuccessWithBuyerContextualSignals()707 .setDataVersion(DATA_VERSION_2) in testRunAdSelectionSuccessWithBuyerContextualSignals()848 SellerContextualSignals.builder().setDataVersion(DATA_VERSION_1).build(); in testRunAdSelectionSuccessWithSellerDataVersionHeader()
1228 BuyerContextualSignals.builder().setDataVersion(DATA_VERSION_2).build().toString(); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()1237 SellerContextualSignals.builder().setDataVersion(DATA_VERSION_1).build().toString(); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()2307 BuyerContextualSignals.builder().setDataVersion(DATA_VERSION_2).build().toString(); in testRunAdSelectionSuccess_v3BiddingLogicWithDataVersionHeaderFlagEnabled()2316 SellerContextualSignals.builder().setDataVersion(DATA_VERSION_1).build().toString(); in testRunAdSelectionSuccess_v3BiddingLogicWithDataVersionHeaderFlagEnabled()
446 .setDataVersion(DATA_VERSION_1) in testRunAdScoringSuccessWithDataVersionHeaderEnabled()
45 BuyerContextualSignals.builder().setDataVersion(DATA_VERSION_1).build();50 .setDataVersion(DATA_VERSION_1)
53 return BuyerContextualSignals.builder().setDataVersion(dataVersion).build(); in getContextualSignalsForGenerateBid()77 builder.setDataVersion( in getContextualSignalsForReportWin()
43 public abstract Builder setDataVersion(@Nullable Integer dataVersion); in setDataVersion() method in SellerContextualSignals.Builder
52 public abstract Builder setDataVersion(@Nullable Integer dataVersion); in setDataVersion() method in BuyerContextualSignals.Builder
360 result.setDataVersion(dataVersion);
88 public long setDataVersion; field in AlbumSetSlidingWindow.AlbumSetEntry252 entry.setDataVersion = getDataVersion(album); in updateAlbumSetEntry()