Home
last modified time | relevance | path

Searched refs:logGetAdSelectionDataBuyerInputGeneratedStats (Results 1 – 17 of 17) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAuctionServerPayloadMetricsStrategyEnabled.java64 public void logGetAdSelectionDataBuyerInputGeneratedStats( in logGetAdSelectionDataBuyerInputGeneratedStats() method in AuctionServerPayloadMetricsStrategyEnabled
83 mAdServicesLogger.logGetAdSelectionDataBuyerInputGeneratedStats(stats); in logGetAdSelectionDataBuyerInputGeneratedStats()
127 mAdServicesLogger.logGetAdSelectionDataBuyerInputGeneratedStats(stats); in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
151 mAdServicesLogger.logGetAdSelectionDataBuyerInputGeneratedStats(stats); in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
DAuctionServerPayloadMetricsStrategy.java50 void logGetAdSelectionDataBuyerInputGeneratedStats( in logGetAdSelectionDataBuyerInputGeneratedStats() method
DAuctionServerPayloadMetricsStrategyDisabled.java50 public void logGetAdSelectionDataBuyerInputGeneratedStats( in logGetAdSelectionDataBuyerInputGeneratedStats() method in AuctionServerPayloadMetricsStrategyDisabled
DCompressedBuyerInputCreatorHelper.java164 mAuctionServerPayloadMetricsStrategy.logGetAdSelectionDataBuyerInputGeneratedStats( in logBuyerInputGeneratedStats()
DBuyerInputGenerator.java228 mAuctionServerPayloadMetricsStrategy.logGetAdSelectionDataBuyerInputGeneratedStats( in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerPayloadMetricsStrategyEnabledTest.java102 mAuctionServerPayloadMetricsStrategy.logGetAdSelectionDataBuyerInputGeneratedStats( in testLogGetAdSelectionDataBuyerInputGeneratedStatsDoesLog()
105 .logGetAdSelectionDataBuyerInputGeneratedStats(any()); in testLogGetAdSelectionDataBuyerInputGeneratedStatsDoesLog()
133 .logGetAdSelectionDataBuyerInputGeneratedStats(argumentCaptor.capture()); in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog()
163 .logGetAdSelectionDataBuyerInputGeneratedStats(argumentCaptor.capture()); in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog_emptyStats()
DCompressedBuyerInputCreatorHelperTest.java192 .logGetAdSelectionDataBuyerInputGeneratedStats(any()); in logBuyerInputGeneratedStatsPasExtendedMetricsEnabled()
208 .logGetAdSelectionDataBuyerInputGeneratedStats(perBuyerStats); in logBuyerInputGeneratedStatsPasExtendedMetricsDisabled()
DAuctionServerPayloadMetricsStrategyDisabledTest.java74 mAuctionServerPayloadMetricsStrategy.logGetAdSelectionDataBuyerInputGeneratedStats( in testLogGetAdSelectionDataBuyerInputGeneratedStatsDoesNothing()
DGetAdSelectionDataRunnerTest.java380 .logGetAdSelectionDataBuyerInputGeneratedStats(any()); in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled()
407 .logGetAdSelectionDataBuyerInputGeneratedStats( in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled()
483 .logGetAdSelectionDataBuyerInputGeneratedStats(any()); in testRunner_getAdSelectionData_success_MetricsEnabled_withDefaultSourceCoordinator()
511 .logGetAdSelectionDataBuyerInputGeneratedStats( in testRunner_getAdSelectionData_success_MetricsEnabled_withDefaultSourceCoordinator()
590 .logGetAdSelectionDataBuyerInputGeneratedStats(any()); in testRunner_getAdSelectionData_returnsSuccessMetricsEnabled_withApiSourceCoordinator()
618 .logGetAdSelectionDataBuyerInputGeneratedStats( in testRunner_getAdSelectionData_returnsSuccessMetricsEnabled_withApiSourceCoordinator()
DBuyerInputGeneratorTest.java286 .logGetAdSelectionDataBuyerInputGeneratedStats(argumentCaptor.capture()); in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled()
532 .logGetAdSelectionDataBuyerInputGeneratedStats(argumentCaptor.capture()); in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled()
660 .logGetAdSelectionDataBuyerInputGeneratedStats(argumentCaptor.capture()); in testBuyerInputGenerator_returnsBuyerInputs_onlySignals_success()
750 .logGetAdSelectionDataBuyerInputGeneratedStats(argumentCaptor.capture()); in testBuyerInputGenerator_returnsBuyerInputs_CAsAndSignalsCombined_success()
DAuctionServerE2ETest.java1074 .logGetAdSelectionDataBuyerInputGeneratedStats(any()); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1126 .logGetAdSelectionDataBuyerInputGeneratedStats( in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1187 .logGetAdSelectionDataBuyerInputGeneratedStats(any()); in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()
1239 .logGetAdSelectionDataBuyerInputGeneratedStats( in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()
1325 verify(mAdServicesLoggerMock, never()).logGetAdSelectionDataBuyerInputGeneratedStats(any()); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsDisabled()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdServicesLoggerImpl.java335 public void logGetAdSelectionDataBuyerInputGeneratedStats( in logGetAdSelectionDataBuyerInputGeneratedStats() method in AdServicesLoggerImpl
337 mStatsdAdServicesLogger.logGetAdSelectionDataBuyerInputGeneratedStats(stats); in logGetAdSelectionDataBuyerInputGeneratedStats()
DAdServicesLogger.java210 void logGetAdSelectionDataBuyerInputGeneratedStats( in logGetAdSelectionDataBuyerInputGeneratedStats() method
DNoOpLoggerImpl.java154 public void logGetAdSelectionDataBuyerInputGeneratedStats( in logGetAdSelectionDataBuyerInputGeneratedStats() method in NoOpLoggerImpl
DStatsdAdServicesLogger.java722 public void logGetAdSelectionDataBuyerInputGeneratedStats( in logGetAdSelectionDataBuyerInputGeneratedStats() method in StatsdAdServicesLogger
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdServicesLoggerImplTest.java981 mAdservicesLogger.logGetAdSelectionDataBuyerInputGeneratedStats(stats); in testlogGetAdSelectionDataBuyerInputGeneratedStats()
982 verify(mStatsdLoggerMock).logGetAdSelectionDataBuyerInputGeneratedStats(eq(stats)); in testlogGetAdSelectionDataBuyerInputGeneratedStats()
DStatsdAdServicesLoggerTest.java1764 mLogger.logGetAdSelectionDataBuyerInputGeneratedStats(stats); in testlogGetAdSelectionDataBuyerInputGeneratedStats_success()