Home
last modified time | relevance | path

Searched refs:RunAdSelectionProcessReportedStats (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdSelectionProcessReportedStats.java25 public abstract class RunAdSelectionProcessReportedStats { class
78 public abstract RunAdSelectionProcessReportedStats build(); in build()
DAdSelectionExecutionLogger.java601 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in close()
613 private RunAdSelectionProcessReportedStats getRunAdSelectionProcessReportedStats( in getRunAdSelectionProcessReportedStats()
615 return RunAdSelectionProcessReportedStats.builder() in getRunAdSelectionProcessReportedStats()
DAdServicesLogger.java60 void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats); in logRunAdSelectionProcessReportedStats()
DNoOpLoggerImpl.java55 public void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats) {} in logRunAdSelectionProcessReportedStats()
DAdServicesLoggerImpl.java115 public void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats) { in logRunAdSelectionProcessReportedStats()
DStatsdAdServicesLogger.java228 public void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats) { in logRunAdSelectionProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdSelectionProcessReportedStatsTest.java42 RunAdSelectionProcessReportedStats stats = in testBuilderCreateSuccess()
43 RunAdSelectionProcessReportedStats.builder() in testBuilderCreateSuccess()
DAdServicesLoggerImplTest.java204 RunAdSelectionProcessReportedStats stats = in testLogRunAdSelectionProcessReportedStats()
205 RunAdSelectionProcessReportedStats.builder() in testLogRunAdSelectionProcessReportedStats()
215 ArgumentCaptor<RunAdSelectionProcessReportedStats> argumentCaptor = in testLogRunAdSelectionProcessReportedStats()
216 ArgumentCaptor.forClass(RunAdSelectionProcessReportedStats.class); in testLogRunAdSelectionProcessReportedStats()
218 RunAdSelectionProcessReportedStats loggedStats = argumentCaptor.getValue(); in testLogRunAdSelectionProcessReportedStats()
DAdSelectionExecutionLoggerTest.java224 ArgumentCaptor<RunAdSelectionProcessReportedStats>
388 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in testAdSelectionExecutionLogger_SuccessAdSelection()
1517 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in testAdSelectionExecutionLogger_RunAdSelectionFailedBeforePersistAdSelection()
1550 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionE2ETest.java163 import com.android.adservices.service.stats.RunAdSelectionProcessReportedStats;
970 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogic()
1102 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1253 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()
1400 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled()
1528 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogicWinnerWithoutBuyerDataVersionHeader()
1659 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingDisabled()
1755 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_prebuiltScoringLogic()
1975 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_flagToPreV3_preV3BiddingLogic()
2051 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_v3BiddingLogic()
[all …]
DOnDeviceAdSelectionRunnerTest.java182 import com.android.adservices.service.stats.RunAdSelectionProcessReportedStats;
276 ArgumentCaptor<RunAdSelectionProcessReportedStats>
4681 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in verifyLogForSuccessfulAdSelectionProcess()
4702 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in verifyLogForFailurePriorPersistAdSelection()
4723 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in verifyLogForFailureByRunAdSelectionOrchestrationTimesOut()