Searched refs:discoveryNdpLatencyMs (Results 1 – 1 of 1) sorted by relevance
531 long discoveryNdpLatencyMs = currentTimeMs - mDiscoveryStartTimeMsMap.get(sessionId, 0); in recordNdpStatus() local532 int discoveryNdpLatencyIntMs = (int) Math.min(discoveryNdpLatencyMs, Integer.MAX_VALUE); in recordNdpStatus()