Searched refs:mLastComputed (Results 1 – 1 of 1) sorted by relevance
197 if (cache != null && now < cache.mLastComputed + STALE_AFTER_MILLIS) { in checkAttention()424 private final long mLastComputed; field in AttentionManagerService.AttentionCheckCache430 mLastComputed = lastComputed; in AttentionCheckCache()537 pw.println("last computed=" + mAttentionCheckCache.mLastComputed); in dump()