Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java196 final AttentionCheckCache cache = userState.mAttentionCheckCache; in checkAttention()
240 userState.mAttentionCheckCache = new AttentionCheckCache( in createAttentionCheck()
423 private static final class AttentionCheckCache { class in AttentionManagerService
428 AttentionCheckCache(long lastComputed, @AttentionService.AttentionSuccessCodes int result, in AttentionCheckCache() method in AttentionManagerService.AttentionCheckCache
465 AttentionCheckCache mAttentionCheckCache;