Searched refs:mLastCpuTime (Results 1 – 1 of 1) sorted by relevance
1468 final AtomicLong mLastCpuTime = new AtomicLong(0); field in ActivityManagerService2571 long nextCpuDelay = (mLastCpuTime.get()+MONITOR_CPU_MAX_TIME)-now; in ActivityManagerService()2787 if (mLastCpuTime.get() >= now - MONITOR_CPU_MIN_TIME) { in updateCpuStats()2804 mLastCpuTime.get() < (now-MONITOR_CPU_MIN_TIME)) { in updateCpuStatsNow()2805 mLastCpuTime.set(now); in updateCpuStatsNow()