Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionScriptEngineTest.java1259 doNothing().when(mAdSelectionExecutionLoggerMock).startScoreAds(); in testScoreAdsSuccessfulCase()
1285 verify(mAdSelectionExecutionLoggerMock).startScoreAds(); in testScoreAdsSuccessfulCase()
1299 doNothing().when(mAdSelectionExecutionLoggerMock).startScoreAds(); in testScoreAdsWithCopierSuccessfulCase()
1325 verify(mAdSelectionExecutionLoggerMock).startScoreAds(); in testScoreAdsWithCopierSuccessfulCase()
1339 doNothing().when(mAdSelectionExecutionLoggerMock).startScoreAds(); in testScoreAdsWithCopierWithAdCounterKeysSuccessfulCase()
1366 verify(mAdSelectionExecutionLoggerMock).startScoreAds(); in testScoreAdsWithCopierWithAdCounterKeysSuccessfulCase()
1372 doNothing().when(mAdSelectionExecutionLoggerMock).startScoreAds(); in testScoreAdsReturnEmptyListInCaseOfNonSuccessStatus()
1397 verify(mAdSelectionExecutionLoggerMock).startScoreAds(); in testScoreAdsReturnEmptyListInCaseOfNonSuccessStatus()
1410 doNothing().when(mAdSelectionExecutionLoggerMock).startScoreAds(); in testScoreAdsReturnsDebugReportingUrl()
1446 verify(mAdSelectionExecutionLoggerMock).startScoreAds(); in testScoreAdsReturnsDebugReportingUrl()
[all …]
DAdsScoreGeneratorImplTest.java335 mAdSelectionExecutionLogger.startScoreAds(); in testRunAdScoringSuccess()
452 mAdSelectionExecutionLogger.startScoreAds(); in testRunAdScoringSuccessWithDataVersionHeaderEnabled()
572 mAdSelectionExecutionLogger.startScoreAds(); in testRunAdScoringSuccessWithDataVersionHeaderDisabled()
701 mAdSelectionExecutionLogger.startScoreAds(); in testRunAdScoringSuccess_withDebugReportingEnabled()
850 mAdSelectionExecutionLogger.startScoreAds(); in testRunAdScoringContextual_Success()
976 mAdSelectionExecutionLogger.startScoreAds(); in testRunAdScoringContextual_withDebugReportingEnabled_Success()
1153 mAdSelectionExecutionLogger.startScoreAds(); in testRunAdScoringContextual_UseOverride_Success()
1287 mAdSelectionExecutionLogger.startScoreAds(); in testRunAdScoringContextualScoresMismatch_Failure()
1458 mAdSelectionExecutionLogger.startScoreAds(); in testRunAdScoringUseDevOverrideForJS()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java295 adSelectionExecutionLogger.startScoreAds(); in testAdSelectionExecutionLogger_SuccessAdSelection()
440 adSelectionExecutionLogger.startScoreAds(); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
1273 adSelectionExecutionLogger.startScoreAds(); in testAdSelectionExecutionLogger_redundantStartScoreAds()
1278 () -> adSelectionExecutionLogger.startScoreAds()); in testAdSelectionExecutionLogger_redundantStartScoreAds()
1330 adSelectionExecutionLogger.startScoreAds(); in testAdSelectionExecutionLogger_redundantEndScoreAds()
1360 adSelectionExecutionLogger.startScoreAds(); in testAdSelectionExecutionLogger_missingEndScoreAds()
1391 adSelectionExecutionLogger.startScoreAds(); in testAdSelectionExecutionLogger_redundantEndGetScoreAds()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java489 public void startScoreAds() throws IllegalStateException { in startScoreAds() method in AdSelectionExecutionLogger
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdSelectionScriptEngine.java454 adSelectionExecutionLogger.startScoreAds();