Searched refs:mLastCpuTime (Results 1 – 1 of 1) sorted by relevance
1602 final AtomicLong mLastCpuTime = new AtomicLong(0); field in ActivityManagerService2825 long nextCpuDelay = (mLastCpuTime.get()+MONITOR_CPU_MAX_TIME)-now; in ActivityManagerService()2951 if (mLastCpuTime.get() >= now - MONITOR_CPU_MIN_TIME) { in updateCpuStats()2968 mLastCpuTime.get() < (now-MONITOR_CPU_MIN_TIME)) { in updateCpuStatsNow()2969 mLastCpuTime.set(now); in updateCpuStatsNow()