Searched refs:timeSinceLastResetMs (Results 1 – 1 of 1) sorted by relevance
5189 final long timeSinceLastResetMs = now - record.lastResetTimeMs; in tryApiCall() local5191 if (timeSinceLastResetMs > mResetIntervalMs) { in tryApiCall()