Searched refs:allowableStatsAge (Results 1 – 1 of 1) sorted by relevance
133 long allowableStatsAge = Long.MAX_VALUE; in shouldUpdateStats() local136 allowableStatsAge = Math.min(allowableStatsAge, query.getMaxStatsAge()); in shouldUpdateStats()139 return elapsedRealtime - lastUpdateTimeStampMs > allowableStatsAge; in shouldUpdateStats()