Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/attention/
H A DAttentionManagerService.java276 if (cache != null && now < cache.mLastComputed + mStaleAfterMillis) { in checkAttention()
471 private final long mLastComputed; field in AttentionManagerService.AttentionCheckCache
477 mLastComputed = lastComputed; in AttentionCheckCache()