Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java248 private long mGetAdSelectionLogicEndTimestamp; field in AdSelectionExecutionLogger
440 if (mGetAdSelectionLogicEndTimestamp > 0L) { in endGetAdSelectionLogic()
446 this.mGetAdSelectionLogicEndTimestamp = getServiceElapsedTimestamp(); in endGetAdSelectionLogic()
451 if (mGetAdSelectionLogicEndTimestamp == 0L) { in startGetAdScores()
671 if (mGetAdSelectionLogicEndTimestamp > 0L) return SCRIPT_JAVASCRIPT; in getGetAdSelectionLogicScriptType()
752 if (mGetAdSelectionLogicEndTimestamp > 0) { in getFetchedAdSelectionLogicScriptSizeInBytes()
761 } else if (mGetAdSelectionLogicEndTimestamp > 0L) { in getGetAdSelectionLogicResultCode()
770 } else if (mGetAdSelectionLogicEndTimestamp == 0L) { in getAdSelectionLogicLatencyInMs()
773 return (int) (mGetAdSelectionLogicEndTimestamp - mGetAdSelectionLogicStartTimestamp); in getAdSelectionLogicLatencyInMs()