Searched refs:STALE_AFTER_MILLIS (Results 1 – 1 of 1) sorted by relevance
87 private static final long STALE_AFTER_MILLIS = 5_000; field in AttentionManagerService197 if (cache != null && now < cache.mLastComputed + STALE_AFTER_MILLIS) { in checkAttention()