Home
last modified time | relevance | path

Searched refs:getFetchedAdSelectionLogicScriptSizeInBytes (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStats.java36 public abstract int getFetchedAdSelectionLogicScriptSizeInBytes(); in getFetchedAdSelectionLogicScriptSizeInBytes() method in RunAdScoringProcessReportedStats
DAdSelectionExecutionLogger.java649 getFetchedAdSelectionLogicScriptSizeInBytes()) in getRunAdScoringProcessReportedStats()
751 private int getFetchedAdSelectionLogicScriptSizeInBytes() { in getFetchedAdSelectionLogicScriptSizeInBytes() method in AdSelectionExecutionLogger
DStatsdAdServicesLogger.java263 stats.getFetchedAdSelectionLogicScriptSizeInBytes(), in logRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStatsTest.java88 stats.getFetchedAdSelectionLogicScriptSizeInBytes()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java350 assertThat(runAdScoringProcessReportedStats.getFetchedAdSelectionLogicScriptSizeInBytes()) in testAdSelectionExecutionLogger_SuccessAdSelection()
486 assertThat(runAdScoringProcessReportedStats.getFetchedAdSelectionLogicScriptSizeInBytes()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
597 assertThat(runAdScoringProcessReportedStats.getFetchedAdSelectionLogicScriptSizeInBytes()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
707 assertThat(runAdScoringProcessReportedStats.getFetchedAdSelectionLogicScriptSizeInBytes()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
DAdServicesLoggerImplTest.java273 expect.that(loggedStats.getFetchedAdSelectionLogicScriptSizeInBytes()) in testLogRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java1759 assertThat(runAdScoringProcessReportedStats.getFetchedAdSelectionLogicScriptSizeInBytes()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1819 assertThat(runAdScoringProcessReportedStats.getFetchedAdSelectionLogicScriptSizeInBytes()) in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
1885 assertThat(runAdScoringProcessReportedStats.getFetchedAdSelectionLogicScriptSizeInBytes()) in verifySuccessAdScoringLogging()