Home
last modified time | relevance | path

Searched refs:STALE_AFTER_MILLIS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java87 private static final long STALE_AFTER_MILLIS = 5_000; field in AttentionManagerService
197 if (cache != null && now < cache.mLastComputed + STALE_AFTER_MILLIS) { in checkAttention()