Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java250 private long mGetAdScoresStartTimestamp; field in AdSelectionExecutionLogger
454 if (mGetAdScoresStartTimestamp > 0L) { in startGetAdScores()
458 this.mGetAdScoresStartTimestamp = getServiceElapsedTimestamp(); in startGetAdScores()
463 if (mGetAdScoresStartTimestamp == 0L) { in startGetTrustedScoringSignals()
697 if (mGetAdScoresStartTimestamp == 0L) { in getAdScoresResultCode()
707 if (mGetAdScoresStartTimestamp == 0L) { in getAdScoresLatencyInMs()
711 return (int) (mRunAdScoringEndTimestamp - mGetAdScoresStartTimestamp); in getAdScoresLatencyInMs()
713 return (int) (mGetAdScoresEndTimestamp - mGetAdScoresStartTimestamp); in getAdScoresLatencyInMs()