Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java292 adSelectionExecutionLogger.endGetTrustedScoringSignals(mAdSelectionSignals); in testAdSelectionExecutionLogger_SuccessAdSelection()
437 adSelectionExecutionLogger.endGetTrustedScoringSignals(mAdSelectionSignals); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
1195 adSelectionExecutionLogger.endGetTrustedScoringSignals( in testAdSelectionExecutionLogger_missingStartGetTrustedScoringSignals()
1242 adSelectionExecutionLogger.endGetTrustedScoringSignals(mAdSelectionSignals); in testAdSelectionExecutionLogger_redundantEndGetTrustedScoringSignals()
1248 adSelectionExecutionLogger.endGetTrustedScoringSignals( in testAdSelectionExecutionLogger_redundantEndGetTrustedScoringSignals()
1272 adSelectionExecutionLogger.endGetTrustedScoringSignals(mAdSelectionSignals); in testAdSelectionExecutionLogger_redundantStartScoreAds()
1300 adSelectionExecutionLogger.endGetTrustedScoringSignals(mAdSelectionSignals); in testAdSelectionExecutionLogger_missingStartScoreAds()
1329 adSelectionExecutionLogger.endGetTrustedScoringSignals(mAdSelectionSignals); in testAdSelectionExecutionLogger_redundantEndScoreAds()
1359 adSelectionExecutionLogger.endGetTrustedScoringSignals(mAdSelectionSignals); in testAdSelectionExecutionLogger_missingEndScoreAds()
1390 adSelectionExecutionLogger.endGetTrustedScoringSignals(mAdSelectionSignals); in testAdSelectionExecutionLogger_redundantEndGetScoreAds()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java474 public void endGetTrustedScoringSignals(@NonNull AdSelectionSignals adSelectionSignals) in endGetTrustedScoringSignals() method in AdSelectionExecutionLogger
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdsScoreGeneratorImpl.java463 mAdSelectionExecutionLogger.endGetTrustedScoringSignals(adSelectionSignals);