Home
last modified time | relevance | path

Searched refs:START_ELAPSED_TIMESTAMP (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java119 public static final long START_ELAPSED_TIMESTAMP = field in AdSelectionExecutionLoggerTest
122 public static final long BIDDING_STAGE_START_TIMESTAMP = START_ELAPSED_TIMESTAMP + 1L;
158 (int) (STOP_ELAPSED_TIMESTAMP - START_ELAPSED_TIMESTAMP);
256 START_ELAPSED_TIMESTAMP, in testAdSelectionExecutionLogger_SuccessAdSelection()
408 START_ELAPSED_TIMESTAMP, in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
525 START_ELAPSED_TIMESTAMP, in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
639 START_ELAPSED_TIMESTAMP, in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
744 .thenReturn(START_ELAPSED_TIMESTAMP, BIDDING_STAGE_START_TIMESTAMP); in testAdSelectionExecutionLogger_redundantStartOfGetBuyersCustomAudience()
760 START_ELAPSED_TIMESTAMP, in testAdSelectionExecutionLogger_redundantEndOfGetBuyersCustomAudience()
777 when(mMockClock.elapsedRealtime()).thenReturn(START_ELAPSED_TIMESTAMP); in testAdSelectionExecutionLogger_missingStartBiddingStage()
[all …]
DRunAdBiddingPerCAExecutionLoggerTest.java24 …static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.START_ELAPSED_TIMESTAMP;
76 public static final long RUN_AD_BIDDING_PER_CA_START_TIMESTAMP = START_ELAPSED_TIMESTAMP + 1;
135 START_ELAPSED_TIMESTAMP, in testRunAdBiddingPerCAExecutionLogger_SuccessRunAdBiddingPerCA()
220 START_ELAPSED_TIMESTAMP, in testRunAdBiddingPerCAExecutionLogger_FailedBeforeGenerateBids()
301 START_ELAPSED_TIMESTAMP, in testRunAdBiddingPerCAExecutionLogger_FailedByGenerateBids()
383 START_ELAPSED_TIMESTAMP, in testRunAdBiddingPerCAExecutionLogger_FailedByGetTrustedBiddingSignals()
464 START_ELAPSED_TIMESTAMP, in testRunAdBiddingPerCAExecutionLogger_FailedByGetBuyerDecisionLogic()
529 .thenReturn(START_ELAPSED_TIMESTAMP, RUN_AD_BIDDING_PER_CA_START_TIMESTAMP); in testRunAdBiddingPerCAExecutionLogger_repeatedStartRunAdBiddingPerCA()
545 when(mMockClock.elapsedRealtime()).thenReturn(START_ELAPSED_TIMESTAMP); in testRunAdBiddingPerCAExecutionLogger_missingStartRunAdBiddingPerCA()
561 START_ELAPSED_TIMESTAMP, in testRunAdBiddingPerCAExecutionLogger_repeatedStartGetBuyerDecisionLogic()
[all …]
DApiServiceLatencyCalculatorTest.java32 private static final long START_ELAPSED_TIMESTAMP = 105L; field in ApiServiceLatencyCalculatorTest
36 (int) (STOP_ELAPSED_TIMESTAMP - START_ELAPSED_TIMESTAMP);
49 .thenReturn(START_ELAPSED_TIMESTAMP, CURRENT_ELAPSED_TIMESTAMP); in testApiServiceLatencyCalculator_currentElapsedTimeLatency()
54 .isEqualTo((int) (CURRENT_ELAPSED_TIMESTAMP - START_ELAPSED_TIMESTAMP)); in testApiServiceLatencyCalculator_currentElapsedTimeLatency()
61 .thenReturn(START_ELAPSED_TIMESTAMP, STOP_ELAPSED_TIMESTAMP); in testApiServiceLatencyCalculatorStop_calculateInternalFinalLatencyOnce()
DUpdateCustomAudienceExecutionLoggerTest.java22 …static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.START_ELAPSED_TIMESTAMP;
45 public static final long UPDATE_CUSTOM_AUDIENCE_START_TIMESTAMP = START_ELAPSED_TIMESTAMP + 1;
67 START_ELAPSED_TIMESTAMP, in testUpdateCustomAudienceExecutionLogger_Success()
90 when(mClockMock.elapsedRealtime()).thenReturn(START_ELAPSED_TIMESTAMP); in testUpdateCustomAudienceExecutionLogger_missingStart()
106 START_ELAPSED_TIMESTAMP, in testUpdateCustomAudienceExecutionLogger_RepeatedClose()
DBackgroundFetchExecutionLoggerTest.java22 …static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.START_ELAPSED_TIMESTAMP;
44 public static final long BACKGROUND_FETCH_START_TIMESTAMP = START_ELAPSED_TIMESTAMP + 1;
61 START_ELAPSED_TIMESTAMP, in testBackgroundFetchExecutionLogger_SuccessBackgroundFetch()
85 when(mClockMock.elapsedRealtime()).thenReturn(START_ELAPSED_TIMESTAMP); in testBackgroundFetchExecutionLogger_missingStartBackgroundFetch()
DAdFilteringLoggerImplTest.java19 …static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.START_ELAPSED_TIMESTAMP;
51 public static final long AD_FILTERING_START = START_ELAPSED_TIMESTAMP + 1L;
DSignatureVerificationLoggerImplTest.java19 …static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.START_ELAPSED_TIMESTAMP;
45 public static final long SIGNATURE_VERIFICATION_START_KEY_FETCH = START_ELAPSED_TIMESTAMP + 1L;
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java73 …static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.START_ELAPSED_TIMESTAMP;
4443 START_ELAPSED_TIMESTAMP, // For AdSelectionExecutionLogger in setAdSelectionExecutionLoggerMockWithSuccessAdSelection()
4462 .thenReturn(START_ELAPSED_TIMESTAMP, STOP_ELAPSED_TIMESTAMP); in setAdSelectionExecutionLoggerMockWithFailedAdSelectionByValidateRequest()
4475 START_ELAPSED_TIMESTAMP, // For AdSelectionExecutionLogger in setAdSelectionExecutionLoggerMockWithFailedAdSelectionByNoCAs()
4491 START_ELAPSED_TIMESTAMP, // For AdSelectionExecutionLogger in setAdSelectionExecutionLoggerMockWithFailedAdSelectionByNoBiddingOutcomes()
4509 START_ELAPSED_TIMESTAMP, // For AdSelectionExecutionLogger in setAdSelectionExecutionLoggerMockWithContextualAdsAndNoCAs()
4540 START_ELAPSED_TIMESTAMP, // For AdSelectionExecutionLogger in setAdSelectionExecutionLoggerMockWithFailedAdSelectionDuringScoring()
4558 START_ELAPSED_TIMESTAMP, // For AdSelectionExecutionLogger in setAdSelectionExecutionLoggerMockWithFailedAdSelectionBeforePersistAdSelection()
4576 START_ELAPSED_TIMESTAMP, // For AdSelectionExecutionLogger in setAdSelectionExecutionLoggerMockWithAdFiltering()
DAdsScoreGeneratorImplTest.java47 …static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.START_ELAPSED_TIMESTAMP;
285 .thenReturn(START_ELAPSED_TIMESTAMP); in setUp()
DAdBidGeneratorImplTest.java33 …static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.START_ELAPSED_TIMESTAMP;
406 when(mRunAdBiddingPerCAClockMock.elapsedRealtime()).thenReturn(START_ELAPSED_TIMESTAMP); in setUp()