Searched refs:mLastIdleTime (Results 1 – 1 of 1) sorted by relevance
1336 long mLastIdleTime = SystemClock.uptimeMillis(); field in ActivityManagerService9397 final long timeSinceLastIdle = now - mLastIdleTime; in performIdleMaintenance()9403 mLastIdleTime = now; in performIdleMaintenance()11695 TimeUtils.formatDuration(now, mLastIdleTime, pw); in dumpProcessesLocked()11992 …ils.toDuration(proto, ActivityManagerServiceDumpProcessesProto.LAST_IDLE_TIME, mLastIdleTime, now); in writeProcessesToProtoLocked()