Home
last modified time | relevance | path

Searched refs:RunAdSelectionProcessReportedStats (Results 1 – 10 of 10) 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.java568 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in close()
580 private RunAdSelectionProcessReportedStats getRunAdSelectionProcessReportedStats( in getRunAdSelectionProcessReportedStats()
582 return RunAdSelectionProcessReportedStats.builder() in getRunAdSelectionProcessReportedStats()
DAdServicesLogger.java40 void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats); in logRunAdSelectionProcessReportedStats()
DAdServicesLoggerImpl.java77 public void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats) { in logRunAdSelectionProcessReportedStats()
DStatsdAdServicesLogger.java139 public void logRunAdSelectionProcessReportedStats(RunAdSelectionProcessReportedStats stats) { in logRunAdSelectionProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionE2ETest.java138 import com.android.adservices.service.stats.RunAdSelectionProcessReportedStats;
754 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogic()
846 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_prebuiltScoringLogic()
1034 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_flagToPreV3_preV3BiddingLogic()
1106 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_v3BiddingLogic()
1172 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogicWithV3Header_scriptFail()
1237 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelection_getTooHighHeader_failWithError()
1329 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionWithOverride_getTooHighHeader_failWithError()
1421 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionContextualAds_Success()
1587 isA(RunAdSelectionProcessReportedStats.class)); in testRunAdSelectionContextualAds_UseOverrides_Success()
[all …]
DOnDeviceAdSelectionRunnerTest.java139 import com.android.adservices.service.stats.RunAdSelectionProcessReportedStats;
223 ArgumentCaptor<RunAdSelectionProcessReportedStats>
2888 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in verifyLogForSuccessfulAdSelectionProcess()
2909 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in verifyLogForFailurePriorPersistAdSelection()
2930 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in verifyLogForFailureByRunAdSelectionOrchestrationTimesOut()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdSelectionProcessReportedStatsTest.java36 RunAdSelectionProcessReportedStats stats = in testBuilderCreateSuccess()
37 RunAdSelectionProcessReportedStats.builder() in testBuilderCreateSuccess()
DAdServicesLoggerImplTest.java123 RunAdSelectionProcessReportedStats stats = in testLogRunAdSelectionProcessReportedStats()
124 RunAdSelectionProcessReportedStats.builder() in testLogRunAdSelectionProcessReportedStats()
135 ArgumentCaptor<RunAdSelectionProcessReportedStats> argumentCaptor = in testLogRunAdSelectionProcessReportedStats()
136 ArgumentCaptor.forClass(RunAdSelectionProcessReportedStats.class); in testLogRunAdSelectionProcessReportedStats()
DAdSelectionExecutionLoggerTest.java212 ArgumentCaptor<RunAdSelectionProcessReportedStats>
363 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in testAdSelectionExecutionLogger_SuccessAdSelection()
1545 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in testAdSelectionExecutionLogger_RunAdSelectionFailedBeforePersistAdSelection()
1580 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()