Home
last modified time | relevance | path

Searched refs:logRunAdSelectionProcessReportedStats (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionE2ETest.java926 .logRunAdSelectionProcessReportedStats(any()); in testRunAdSelectionSuccess_preV3BiddingLogic()
969 .logRunAdSelectionProcessReportedStats( in testRunAdSelectionSuccess_preV3BiddingLogic()
1046 .logRunAdSelectionProcessReportedStats(any()); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1101 .logRunAdSelectionProcessReportedStats( in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1178 .logRunAdSelectionProcessReportedStats(any()); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()
1252 .logRunAdSelectionProcessReportedStats( in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()
1329 .logRunAdSelectionProcessReportedStats(any()); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled()
1399 .logRunAdSelectionProcessReportedStats( in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled()
1475 .logRunAdSelectionProcessReportedStats(any()); in testRunAdSelectionSuccess_preV3BiddingLogicWinnerWithoutBuyerDataVersionHeader()
1527 .logRunAdSelectionProcessReportedStats( in testRunAdSelectionSuccess_preV3BiddingLogicWinnerWithoutBuyerDataVersionHeader()
[all …]
DOnDeviceAdSelectionRunnerTest.java4679 .logRunAdSelectionProcessReportedStats( in verifyLogForSuccessfulAdSelectionProcess()
4700 .logRunAdSelectionProcessReportedStats( in verifyLogForFailurePriorPersistAdSelection()
4721 .logRunAdSelectionProcessReportedStats( in verifyLogForFailureByRunAdSelectionOrchestrationTimesOut()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdServicesLoggerImpl.java115 public void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats) { in logRunAdSelectionProcessReportedStats() method in AdServicesLoggerImpl
116 mStatsdAdServicesLogger.logRunAdSelectionProcessReportedStats(stats); in logRunAdSelectionProcessReportedStats()
DAdServicesLogger.java60 void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats); in logRunAdSelectionProcessReportedStats() method
DNoOpLoggerImpl.java55 public void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats) {} in logRunAdSelectionProcessReportedStats() method in NoOpLoggerImpl
DAdSelectionExecutionLogger.java604 mAdServicesLogger.logRunAdSelectionProcessReportedStats(runAdSelectionProcessReportedStats); in close()
DStatsdAdServicesLogger.java228 public void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats) { in logRunAdSelectionProcessReportedStats() method in StatsdAdServicesLogger
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java386 .logRunAdSelectionProcessReportedStats( in testAdSelectionExecutionLogger_SuccessAdSelection()
1515 .logRunAdSelectionProcessReportedStats( in testAdSelectionExecutionLogger_RunAdSelectionFailedBeforePersistAdSelection()
1548 .logRunAdSelectionProcessReportedStats( in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()
DAdServicesLoggerImplTest.java214 mAdservicesLogger.logRunAdSelectionProcessReportedStats(stats); in testLogRunAdSelectionProcessReportedStats()
217 verify(mStatsdLoggerMock).logRunAdSelectionProcessReportedStats(argumentCaptor.capture()); in testLogRunAdSelectionProcessReportedStats()