Searched refs:mPersistAdSelectionEndTimestamp (Results 1 – 1 of 1) sorted by relevance
262 private long mPersistAdSelectionEndTimestamp; field in AdSelectionExecutionLogger556 if (mPersistAdSelectionEndTimestamp > 0L) { in endPersistAdSelection()560 this.mPersistAdSelectionEndTimestamp = getServiceElapsedTimestamp(); in endPersistAdSelection()563 sLogger.v("The persistAdSelection end timestamp is %d:", mPersistAdSelectionEndTimestamp); in endPersistAdSelection()589 && mPersistAdSelectionEndTimestamp == 0L in close()592 } else if (mPersistAdSelectionEndTimestamp == 0L || mDBAdSelectionSizeInBytes == 0L) { in close()819 if (mPersistAdSelectionEndTimestamp > 0L) { in getDbAdSelectionSizeInBytes()847 } else if (mPersistAdSelectionEndTimestamp > 0L) { in getPersistAdSelectionResultCode()894 } else if (mPersistAdSelectionEndTimestamp == 0L) { in getPersistAdSelectionLatencyInMs()897 return (int) (mPersistAdSelectionEndTimestamp - mPersistAdSelectionStartTimestamp); in getPersistAdSelectionLatencyInMs()