Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionE2ETest.java714 .logRunAdSelectionProcessReportedStats(any()); in testRunAdSelectionSuccess_preV3BiddingLogic()
753 .logRunAdSelectionProcessReportedStats( in testRunAdSelectionSuccess_preV3BiddingLogic()
787 .logRunAdSelectionProcessReportedStats(any()); in testRunAdSelectionSuccess_prebuiltScoringLogic()
845 .logRunAdSelectionProcessReportedStats( in testRunAdSelectionSuccess_prebuiltScoringLogic()
893 .logRunAdSelectionProcessReportedStats(any()); in testRunAdSelectionSuccess_prebuiltFeatureDisabled_failure()
994 .logRunAdSelectionProcessReportedStats(any()); in testRunAdSelectionSuccess_flagToPreV3_preV3BiddingLogic()
1033 .logRunAdSelectionProcessReportedStats( in testRunAdSelectionSuccess_flagToPreV3_preV3BiddingLogic()
1067 .logRunAdSelectionProcessReportedStats(any()); in testRunAdSelectionSuccess_v3BiddingLogic()
1105 .logRunAdSelectionProcessReportedStats( in testRunAdSelectionSuccess_v3BiddingLogic()
1140 .logRunAdSelectionProcessReportedStats(any()); in testRunAdSelectionSuccess_preV3BiddingLogicWithV3Header_scriptFail()
[all …]
DOnDeviceAdSelectionRunnerTest.java2886 .logRunAdSelectionProcessReportedStats( in verifyLogForSuccessfulAdSelectionProcess()
2907 .logRunAdSelectionProcessReportedStats( in verifyLogForFailurePriorPersistAdSelection()
2928 .logRunAdSelectionProcessReportedStats( in verifyLogForFailureByRunAdSelectionOrchestrationTimesOut()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdServicesLoggerImpl.java77 public void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats) { in logRunAdSelectionProcessReportedStats() method in AdServicesLoggerImpl
78 mStatsdAdServicesLogger.logRunAdSelectionProcessReportedStats(stats); in logRunAdSelectionProcessReportedStats()
DAdServicesLogger.java40 void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats); in logRunAdSelectionProcessReportedStats() method
DStatsdAdServicesLogger.java139 public void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats) { in logRunAdSelectionProcessReportedStats() method in StatsdAdServicesLogger
DAdSelectionExecutionLogger.java571 mAdServicesLogger.logRunAdSelectionProcessReportedStats(runAdSelectionProcessReportedStats); in close()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdServicesLoggerImplTest.java134 adServicesLogger.logRunAdSelectionProcessReportedStats(stats); in testLogRunAdSelectionProcessReportedStats()
137 verify(mStatsdLoggerMock).logRunAdSelectionProcessReportedStats(argumentCaptor.capture()); in testLogRunAdSelectionProcessReportedStats()
DAdSelectionExecutionLoggerTest.java361 .logRunAdSelectionProcessReportedStats( in testAdSelectionExecutionLogger_SuccessAdSelection()
1543 .logRunAdSelectionProcessReportedStats( in testAdSelectionExecutionLogger_RunAdSelectionFailedBeforePersistAdSelection()
1578 .logRunAdSelectionProcessReportedStats( in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()