Searched refs:mPersistAdSelectionStartTimestamp (Results 1 – 1 of 1) sorted by relevance
261 private long mPersistAdSelectionStartTimestamp; field in AdSelectionExecutionLogger543 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()