Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java255 private long mScoreAdsStartTimestamp; field in AdSelectionExecutionLogger
493 if (mScoreAdsStartTimestamp > 0L) { in startScoreAds()
497 this.mScoreAdsStartTimestamp = getServiceElapsedTimestamp(); in startScoreAds()
502 if (mScoreAdsStartTimestamp == 0L) throw new IllegalStateException(MISSING_START_SCORE_ADS); in endScoreAds()
717 if (mScoreAdsStartTimestamp == 0L) { in getScoreAdsLatencyInMs()
720 return (int) (mRunAdScoringEndTimestamp - mScoreAdsStartTimestamp); in getScoreAdsLatencyInMs()
722 return (int) (mScoreAdsEndTimestamp - mScoreAdsStartTimestamp); in getScoreAdsLatencyInMs()