Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java247 private long mGetAdSelectionLogicStartTimestamp; field in AdSelectionExecutionLogger
427 if (mGetAdSelectionLogicStartTimestamp > 0L) { in startGetAdSelectionLogic()
431 this.mGetAdSelectionLogicStartTimestamp = getServiceElapsedTimestamp(); in startGetAdSelectionLogic()
437 if (mGetAdSelectionLogicStartTimestamp == 0L) { in endGetAdSelectionLogic()
759 if (mGetAdSelectionLogicStartTimestamp == 0L) { in getGetAdSelectionLogicResultCode()
768 if (mGetAdSelectionLogicStartTimestamp == 0L) { in getAdSelectionLogicLatencyInMs()
771 return (int) (mRunAdScoringEndTimestamp - mGetAdSelectionLogicStartTimestamp); in getAdSelectionLogicLatencyInMs()
773 return (int) (mGetAdSelectionLogicEndTimestamp - mGetAdSelectionLogicStartTimestamp); in getAdSelectionLogicLatencyInMs()