Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java251 private long mGetTrustedScoringSignalsStartTimestamp; field in AdSelectionExecutionLogger
466 if (mGetTrustedScoringSignalsStartTimestamp > 0L) { in startGetTrustedScoringSignals()
470 this.mGetTrustedScoringSignalsStartTimestamp = getServiceElapsedTimestamp(); in startGetTrustedScoringSignals()
476 if (mGetTrustedScoringSignalsStartTimestamp == 0L) { in endGetTrustedScoringSignals()
733 if (mGetTrustedScoringSignalsStartTimestamp == 0L) { in getGetTrustedScoringSignalsResultCode()
742 if (mGetTrustedScoringSignalsStartTimestamp == 0L) { in getGetTrustedScoringSignalsLatencyInMs()
745 return (int) (mRunAdScoringEndTimestamp - mGetTrustedScoringSignalsStartTimestamp); in getGetTrustedScoringSignalsLatencyInMs()
748 (mGetTrustedScoringSignalsEndTimestamp - mGetTrustedScoringSignalsStartTimestamp); in getGetTrustedScoringSignalsLatencyInMs()