Searched refs:mScoreAdsStartTimestamp (Results 1 – 1 of 1) sorted by relevance
255 private long mScoreAdsStartTimestamp; field in AdSelectionExecutionLogger493 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()