Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java197 if (cache != null && now < cache.mLastComputed + STALE_AFTER_MILLIS) { in checkAttention()
424 private final long mLastComputed; field in AttentionManagerService.AttentionCheckCache
430 mLastComputed = lastComputed; in AttentionCheckCache()
537 pw.println("last computed=" + mAttentionCheckCache.mLastComputed); in dump()