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