Searched refs:mAttentionCheckCacheBuffer (Results 1 – 1 of 1) sorted by relevance
125 private AttentionCheckCacheBuffer mAttentionCheckCacheBuffer; field in AttentionManagerService274 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()