Searched refs:mLastCpuTime (Results 1 – 1 of 1) sorted by relevance
1459 final AtomicLong mLastCpuTime = new AtomicLong(0); field in ActivityManagerService2543 long nextCpuDelay = (mLastCpuTime.get()+MONITOR_CPU_MAX_TIME)-now; in ActivityManagerService()2759 if (mLastCpuTime.get() >= now - MONITOR_CPU_MIN_TIME) { in updateCpuStats()2776 mLastCpuTime.get() < (now-MONITOR_CPU_MIN_TIME)) { in updateCpuStatsNow()2777 mLastCpuTime.set(now); in updateCpuStatsNow()