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.java136 private AttentionCheckCacheBuffer mAttentionCheckCacheBuffer; field in AttentionManagerService
302 final AttentionCheckCache cache = mAttentionCheckCacheBuffer == null ? null in checkAttention()
303 : mAttentionCheckCacheBuffer.getLast(); in checkAttention()
513 if (mAttentionCheckCacheBuffer != null) { in dumpInternal()
514 mAttentionCheckCacheBuffer.dump(ipw); in dumpInternal()
739 if (mAttentionCheckCacheBuffer == null) { in appendResultToAttentionCacheBuffer()
740 mAttentionCheckCacheBuffer = new AttentionCheckCacheBuffer(); in appendResultToAttentionCacheBuffer()
742 mAttentionCheckCacheBuffer.add(cache); in appendResultToAttentionCacheBuffer()