Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java261 private long mPersistAdSelectionStartTimestamp; field in AdSelectionExecutionLogger
543 if (mPersistAdSelectionStartTimestamp > 0L) { in startPersistAdSelection()
548 this.mPersistAdSelectionStartTimestamp = getServiceElapsedTimestamp(); in startPersistAdSelection()
553 if (mPersistAdSelectionStartTimestamp == 0L) { in endPersistAdSelection()
588 if (mPersistAdSelectionStartTimestamp == 0L in close()
845 if (mPersistAdSelectionStartTimestamp == 0L) { in getPersistAdSelectionResultCode()
892 if (mPersistAdSelectionStartTimestamp == 0L) { in getPersistAdSelectionLatencyInMs()
895 return (int) (getServiceElapsedTimestamp() - mPersistAdSelectionStartTimestamp); in getPersistAdSelectionLatencyInMs()
897 return (int) (mPersistAdSelectionEndTimestamp - mPersistAdSelectionStartTimestamp); in getPersistAdSelectionLatencyInMs()