Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java290 adSelectionExecutionLogger.startGetAdScores(); in testAdSelectionExecutionLogger_SuccessAdSelection()
435 adSelectionExecutionLogger.startGetAdScores(); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
550 adSelectionExecutionLogger.startGetAdScores(); in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
1106 () -> adSelectionExecutionLogger.startGetAdScores()); in testAdSelectionExecutionLogger_missingEndGetAdSelectionLogic()
1166 adSelectionExecutionLogger.startGetAdScores(); in testAdSelectionExecutionLogger_redundantStartGetAdScores()
1171 () -> adSelectionExecutionLogger.startGetAdScores()); in testAdSelectionExecutionLogger_redundantStartGetAdScores()
1189 adSelectionExecutionLogger.startGetAdScores(); in testAdSelectionExecutionLogger_missingStartGetTrustedScoringSignals()
1215 adSelectionExecutionLogger.startGetAdScores(); in testAdSelectionExecutionLogger_redundantStartGetTrustedScoringSignals()
1240 adSelectionExecutionLogger.startGetAdScores(); in testAdSelectionExecutionLogger_redundantEndGetTrustedScoringSignals()
1270 adSelectionExecutionLogger.startGetAdScores(); in testAdSelectionExecutionLogger_redundantStartScoreAds()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java450 public void startGetAdScores() throws IllegalStateException { in startGetAdScores() method in AdSelectionExecutionLogger
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdsScoreGeneratorImpl.java277 mAdSelectionExecutionLogger.startGetAdScores(); in getAdScores()