Home
last modified time | relevance | path

Searched refs:RUN_AD_SCORING_END_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java149 public static final long RUN_AD_SCORING_END_TIMESTAMP = GET_AD_SCORES_END_TIMESTAMP + 1L; field in AdSelectionExecutionLoggerTest
151 (int) (RUN_AD_SCORING_END_TIMESTAMP - RUN_AD_SCORING_START_TIMESTAMP);
153 RUN_AD_SCORING_END_TIMESTAMP + 1;
270 RUN_AD_SCORING_END_TIMESTAMP, in testAdSelectionExecutionLogger_SuccessAdSelection()
420 RUN_AD_SCORING_END_TIMESTAMP, in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
498 .isEqualTo((int) (RUN_AD_SCORING_END_TIMESTAMP - SCORE_ADS_START_TIMESTAMP)); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
500 .isEqualTo((int) (RUN_AD_SCORING_END_TIMESTAMP - GET_AD_SCORES_START_TIMESTAMP)); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
535 RUN_AD_SCORING_END_TIMESTAMP, in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
603 (RUN_AD_SCORING_END_TIMESTAMP in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
614 .isEqualTo((int) (RUN_AD_SCORING_END_TIMESTAMP - GET_AD_SCORES_START_TIMESTAMP)); in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java41 …c com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.RUN_AD_SCORING_END_TIMESTAMP;
310 RUN_AD_SCORING_END_TIMESTAMP); in testRunAdScoringSuccess()
419 RUN_AD_SCORING_END_TIMESTAMP); in testRunAdScoringSuccessWithDataVersionHeaderEnabled()
545 RUN_AD_SCORING_END_TIMESTAMP); in testRunAdScoringSuccessWithDataVersionHeaderDisabled()
666 RUN_AD_SCORING_END_TIMESTAMP); in testRunAdScoringSuccess_withDebugReportingEnabled()
810 RUN_AD_SCORING_END_TIMESTAMP); in testRunAdScoringContextual_Success()
935 RUN_AD_SCORING_END_TIMESTAMP); in testRunAdScoringContextual_withDebugReportingEnabled_Success()
1083 RUN_AD_SCORING_END_TIMESTAMP); in testRunAdScoringContextual_UseOverride_Success()
1246 RUN_AD_SCORING_END_TIMESTAMP); in testRunAdScoringContextualScoresMismatch_Failure()
1334 RUN_AD_SCORING_END_TIMESTAMP); in testMissingTrustedSignalsException()
[all …]