Home
last modified time | relevance | path

Searched refs:endScoreAds (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionScriptEngineTest.java1268 .endScoreAds(); in testScoreAdsSuccessfulCase()
1286 verify(mAdSelectionExecutionLoggerMock).endScoreAds(); in testScoreAdsSuccessfulCase()
1308 .endScoreAds(); in testScoreAdsWithCopierSuccessfulCase()
1326 verify(mAdSelectionExecutionLoggerMock).endScoreAds(); in testScoreAdsWithCopierSuccessfulCase()
1348 .endScoreAds(); in testScoreAdsWithCopierWithAdCounterKeysSuccessfulCase()
1367 verify(mAdSelectionExecutionLoggerMock).endScoreAds(); in testScoreAdsWithCopierWithAdCounterKeysSuccessfulCase()
1381 .endScoreAds(); in testScoreAdsReturnEmptyListInCaseOfNonSuccessStatus()
1398 verify(mAdSelectionExecutionLoggerMock).endScoreAds(); in testScoreAdsReturnEmptyListInCaseOfNonSuccessStatus()
1419 .endScoreAds(); in testScoreAdsReturnsDebugReportingUrl()
1447 verify(mAdSelectionExecutionLoggerMock).endScoreAds(); in testScoreAdsReturnsDebugReportingUrl()
[all …]
DAdsScoreGeneratorImplTest.java339 mAdSelectionExecutionLogger.endScoreAds(); in testRunAdScoringSuccess()
456 mAdSelectionExecutionLogger.endScoreAds(); in testRunAdScoringSuccessWithDataVersionHeaderEnabled()
576 mAdSelectionExecutionLogger.endScoreAds(); in testRunAdScoringSuccessWithDataVersionHeaderDisabled()
705 mAdSelectionExecutionLogger.endScoreAds(); in testRunAdScoringSuccess_withDebugReportingEnabled()
854 mAdSelectionExecutionLogger.endScoreAds(); in testRunAdScoringContextual_Success()
980 mAdSelectionExecutionLogger.endScoreAds(); in testRunAdScoringContextual_withDebugReportingEnabled_Success()
1157 mAdSelectionExecutionLogger.endScoreAds(); in testRunAdScoringContextual_UseOverride_Success()
1291 mAdSelectionExecutionLogger.endScoreAds(); in testRunAdScoringContextualScoresMismatch_Failure()
1462 mAdSelectionExecutionLogger.endScoreAds(); in testRunAdScoringUseDevOverrideForJS()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java297 adSelectionExecutionLogger.endScoreAds(); in testAdSelectionExecutionLogger_SuccessAdSelection()
1305 () -> adSelectionExecutionLogger.endScoreAds()); in testAdSelectionExecutionLogger_missingStartScoreAds()
1331 adSelectionExecutionLogger.endScoreAds(); in testAdSelectionExecutionLogger_redundantEndScoreAds()
1336 () -> adSelectionExecutionLogger.endScoreAds()); in testAdSelectionExecutionLogger_redundantEndScoreAds()
1392 adSelectionExecutionLogger.endScoreAds(); in testAdSelectionExecutionLogger_redundantEndGetScoreAds()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java501 public void endScoreAds() throws IllegalStateException { in endScoreAds() method in AdSelectionExecutionLogger
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdSelectionScriptEngine.java618 adSelectionExecutionLogger.endScoreAds();