Home
last modified time | relevance | path

Searched refs:runAdScoringProcessReportedStats (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java342 RunAdScoringProcessReportedStats runAdScoringProcessReportedStats = in testAdSelectionExecutionLogger_SuccessAdSelection() local
344 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
346 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in testAdSelectionExecutionLogger_SuccessAdSelection()
348 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicScriptType()) in testAdSelectionExecutionLogger_SuccessAdSelection()
350 assertThat(runAdScoringProcessReportedStats.getFetchedAdSelectionLogicScriptSizeInBytes()) in testAdSelectionExecutionLogger_SuccessAdSelection()
352 assertThat(runAdScoringProcessReportedStats.getGetTrustedScoringSignalsLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
354 assertThat(runAdScoringProcessReportedStats.getGetTrustedScoringSignalsResultCode()) in testAdSelectionExecutionLogger_SuccessAdSelection()
357 runAdScoringProcessReportedStats in testAdSelectionExecutionLogger_SuccessAdSelection()
361 assertThat(runAdScoringProcessReportedStats.getScoreAdsLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
363 assertThat(runAdScoringProcessReportedStats.getGetAdScoresLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java1710 RunAdScoringProcessReportedStats runAdScoringProcessReportedStats = in verifyFailedAdScoringLoggingTimeout() local
1714 assertThat(runAdScoringProcessReportedStats.getNumOfCasEnteringScoring()) in verifyFailedAdScoringLoggingTimeout()
1716 assertThat(runAdScoringProcessReportedStats.getNumOfRemarketingAdsEnteringScoring()) in verifyFailedAdScoringLoggingTimeout()
1718 assertThat(runAdScoringProcessReportedStats.getNumOfContextualAdsEnteringScoring()) in verifyFailedAdScoringLoggingTimeout()
1720 assertThat(runAdScoringProcessReportedStats.getRunAdScoringResultCode()) in verifyFailedAdScoringLoggingTimeout()
1751 RunAdScoringProcessReportedStats runAdScoringProcessReportedStats = in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds() local
1753 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicLatencyInMillis()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1755 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1757 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicScriptType()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1759 assertThat(runAdScoringProcessReportedStats.getFetchedAdSelectionLogicScriptSizeInBytes()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java535 RunAdScoringProcessReportedStats runAdScoringProcessReportedStats = in endRunAdScoring() local
538 mAdServicesLogger.logRunAdScoringProcessReportedStats(runAdScoringProcessReportedStats); in endRunAdScoring()