Home
last modified time | relevance | path

Searched refs:mAuctionServerPayloadMetricsStrategy (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DCompressedBuyerInputCreatorHelperTest.java54 @Mock AuctionServerPayloadMetricsStrategy mAuctionServerPayloadMetricsStrategy; field in CompressedBuyerInputCreatorHelperTest
63 mAuctionServerPayloadMetricsStrategy, in setup()
89 mAuctionServerPayloadMetricsStrategy, in testBuildCustomAudienceProtoOmitAdsEnabled_CADoesNotOmitsAds()
112 mAuctionServerPayloadMetricsStrategy, in testBuildCustomAudienceProtoOmitAdsEnabled_CAOmitsAds()
159 verify(mAuctionServerPayloadMetricsStrategy) in testAddToBuyerIntermediateStats()
167 mAuctionServerPayloadMetricsStrategy, in logBuyerInputGeneratedStatsPasExtendedMetricsEnabled()
175 verify(mAuctionServerPayloadMetricsStrategy) in logBuyerInputGeneratedStatsPasExtendedMetricsEnabled()
181 verify(mAuctionServerPayloadMetricsStrategy) in logBuyerInputGeneratedStatsPasExtendedMetricsEnabled()
187 verify(mAuctionServerPayloadMetricsStrategy) in logBuyerInputGeneratedStatsPasExtendedMetricsEnabled()
191 verify(mAuctionServerPayloadMetricsStrategy, never()) in logBuyerInputGeneratedStatsPasExtendedMetricsEnabled()
[all …]
DAuctionServerPayloadMetricsStrategyDisabledTest.java40 private final AuctionServerPayloadMetricsStrategy mAuctionServerPayloadMetricsStrategy = field in AuctionServerPayloadMetricsStrategyDisabledTest
54 mAuctionServerPayloadMetricsStrategy.setNumBuyers(mBuilder, 2); in testSetNumBuyerDoesNothing()
60 mAuctionServerPayloadMetricsStrategy.setServerAuctionCoordinatorSource( in testSetServerAuctionCoordinatorSourceDoesNothing()
67 mAuctionServerPayloadMetricsStrategy.logGetAdSelectionDataApiCalledStats( in testLogGetAdSelectionDataApiCalledStatsDoesNothing()
74 mAuctionServerPayloadMetricsStrategy.logGetAdSelectionDataBuyerInputGeneratedStats( in testLogGetAdSelectionDataBuyerInputGeneratedStatsDoesNothing()
81 mAuctionServerPayloadMetricsStrategy.addToBuyerIntermediateStats( in testAddToBuyerIntermediateStatsDoesNothing()
89 mAuctionServerPayloadMetricsStrategy in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetricsDoesNothing()
DAuctionServerPayloadMetricsStrategyEnabledTest.java59 private AuctionServerPayloadMetricsStrategy mAuctionServerPayloadMetricsStrategy; field in AuctionServerPayloadMetricsStrategyEnabledTest
65 mAuctionServerPayloadMetricsStrategy = in setup()
71 mAuctionServerPayloadMetricsStrategy.setNumBuyers(mBuilder, 2); in testSetNumBuyersSetsNumBuyers()
77 mAuctionServerPayloadMetricsStrategy.setServerAuctionCoordinatorSource( in testSetServerAuctionCoordinatorSourceDoesNothing()
85 mAuctionServerPayloadMetricsStrategy.logGetAdSelectionDataApiCalledStats( in testLogGetAdSelectionDataApiCalledStatsDoesLog()
102 mAuctionServerPayloadMetricsStrategy.logGetAdSelectionDataBuyerInputGeneratedStats( in testLogGetAdSelectionDataBuyerInputGeneratedStatsDoesLog()
125 mAuctionServerPayloadMetricsStrategy in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog()
155 mAuctionServerPayloadMetricsStrategy in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog_emptyStats()
182 mAuctionServerPayloadMetricsStrategy.addToBuyerIntermediateStats( in testAddToBuyerIntermediateStatsDoesAdd()
DAuctionServerPayloadMetricsStrategyWithKeyFetchEnabledTest.java36 private AuctionServerPayloadMetricsStrategy mAuctionServerPayloadMetricsStrategy; field in AuctionServerPayloadMetricsStrategyWithKeyFetchEnabledTest
42 mAuctionServerPayloadMetricsStrategy = in setup()
48 mAuctionServerPayloadMetricsStrategy.setServerAuctionCoordinatorSource( in testSetServerAuctionCoordinatorSourceSetsCoordinatorSource()
DCompressedBuyerInputCreatorNoOptimizationsTest.java53 @Mock private AuctionServerPayloadMetricsStrategy mAuctionServerPayloadMetricsStrategy; field in CompressedBuyerInputCreatorNoOptimizationsTest
66 mAuctionServerPayloadMetricsStrategy, pasMetricsDisabled, omitAdsDisabled); in setup()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DCompressedBuyerInputCreatorHelper.java39 private final AuctionServerPayloadMetricsStrategy mAuctionServerPayloadMetricsStrategy; field in CompressedBuyerInputCreatorHelper
52 mAuctionServerPayloadMetricsStrategy = auctionServerPayloadMetricsStrategy; in CompressedBuyerInputCreatorHelper()
134 mAuctionServerPayloadMetricsStrategy.addToBuyerIntermediateStats( in addToBuyerIntermediateStats()
156 mAuctionServerPayloadMetricsStrategy in logBuyerInputGeneratedStats()
164 mAuctionServerPayloadMetricsStrategy.logGetAdSelectionDataBuyerInputGeneratedStats( in logBuyerInputGeneratedStats()
DBuyerInputGenerator.java74 @NonNull private final AuctionServerPayloadMetricsStrategy mAuctionServerPayloadMetricsStrategy; field in BuyerInputGenerator
113 mAuctionServerPayloadMetricsStrategy = auctionServerPayloadMetricsStrategy; in BuyerInputGenerator()
210 mAuctionServerPayloadMetricsStrategy.addToBuyerIntermediateStats( in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
220 mAuctionServerPayloadMetricsStrategy in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
228 mAuctionServerPayloadMetricsStrategy.logGetAdSelectionDataBuyerInputGeneratedStats( in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
DGetAdSelectionDataRunner.java129 @NonNull private final AuctionServerPayloadMetricsStrategy mAuctionServerPayloadMetricsStrategy; field in GetAdSelectionDataRunner
197 mAuctionServerPayloadMetricsStrategy = auctionServerPayloadMetricsStrategy; in GetAdSelectionDataRunner()
292 mAuctionServerPayloadMetricsStrategy = auctionServerPayloadMetricsStrategy; in GetAdSelectionDataRunner()
336 mAuctionServerPayloadMetricsStrategy.setServerAuctionCoordinatorSource( in run()
405 mAuctionServerPayloadMetricsStrategy in run()
522 mAuctionServerPayloadMetricsStrategy.setNumBuyers( in createPayload()
651 mAuctionServerPayloadMetricsStrategy.logGetAdSelectionDataApiCalledStats(