Searched refs:mLastIdleTime (Results 1 – 1 of 1) sorted by relevance
1245 long mLastIdleTime = SystemClock.uptimeMillis(); field in ActivityManagerService8845 final long timeSinceLastIdle = now - mLastIdleTime; in performIdleMaintenance()8851 mLastIdleTime = now; in performIdleMaintenance()10872 TimeUtils.formatDuration(now, mLastIdleTime, pw); in dumpProcessesLocked()11159 …ils.toDuration(proto, ActivityManagerServiceDumpProcessesProto.LAST_IDLE_TIME, mLastIdleTime, now); in writeProcessesToProtoLocked()