Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java125 public static final long RUN_AD_BIDDING_START_TIMESTAMP = field in AdSelectionExecutionLoggerTest
128 RUN_AD_BIDDING_START_TIMESTAMP + RUN_AD_BIDDING_LATENCY_MS;
259 RUN_AD_BIDDING_START_TIMESTAMP, in testAdSelectionExecutionLogger_SuccessAdSelection()
411 RUN_AD_BIDDING_START_TIMESTAMP, in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
528 RUN_AD_BIDDING_START_TIMESTAMP, in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
642 RUN_AD_BIDDING_START_TIMESTAMP, in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
791 .thenReturn(START_ELAPSED_TIMESTAMP, RUN_AD_BIDDING_START_TIMESTAMP); in testAdSelectionExecutionLogger_missingGetBuyersCustomAudience()
808 RUN_AD_BIDDING_START_TIMESTAMP); in testAdSelectionExecutionLogger_redundantStartRunAdBidding()
878 RUN_AD_BIDDING_START_TIMESTAMP, in testAdSelectionExecutionLogger_redundantEndRunAdBidding()
993 RUN_AD_BIDDING_START_TIMESTAMP, in testAdSelectionExecutionLogger_FailedDuringRunAdBidding()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java70 …com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.RUN_AD_BIDDING_START_TIMESTAMP;
4446 RUN_AD_BIDDING_START_TIMESTAMP, in setAdSelectionExecutionLoggerMockWithSuccessAdSelection()
4494 RUN_AD_BIDDING_START_TIMESTAMP, in setAdSelectionExecutionLoggerMockWithFailedAdSelectionByNoBiddingOutcomes()
4524 RUN_AD_BIDDING_START_TIMESTAMP, in setAdSelectionExecutionLoggerMockWithContextualAdsAndNoCAs()
4543 RUN_AD_BIDDING_START_TIMESTAMP, in setAdSelectionExecutionLoggerMockWithFailedAdSelectionDuringScoring()
4561 RUN_AD_BIDDING_START_TIMESTAMP, in setAdSelectionExecutionLoggerMockWithFailedAdSelectionBeforePersistAdSelection()