Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java125 private AttentionCheckCacheBuffer mAttentionCheckCacheBuffer; field in AttentionManagerService
274 final AttentionCheckCache cache = mAttentionCheckCacheBuffer == null ? null in checkAttention()
275 : mAttentionCheckCacheBuffer.getLast(); in checkAttention()
399 if (mAttentionCheckCacheBuffer != null) { in dumpInternal()
400 mAttentionCheckCacheBuffer.dump(ipw); in dumpInternal()
541 if (mAttentionCheckCacheBuffer == null) { in appendResultToAttentionCacheBuffer()
542 mAttentionCheckCacheBuffer = new AttentionCheckCacheBuffer(); in appendResultToAttentionCacheBuffer()
544 mAttentionCheckCacheBuffer.add(cache); in appendResultToAttentionCacheBuffer()