Searched refs:mLastIdleTime (Results 1 – 1 of 1) sorted by relevance
1254 long mLastIdleTime = SystemClock.uptimeMillis(); field in ActivityManagerService8876 final long timeSinceLastIdle = now - mLastIdleTime; in performIdleMaintenance()8882 mLastIdleTime = now; in performIdleMaintenance()10923 TimeUtils.formatDuration(now, mLastIdleTime, pw); in dumpProcessesLocked()11210 …ils.toDuration(proto, ActivityManagerServiceDumpProcessesProto.LAST_IDLE_TIME, mLastIdleTime, now); in writeProcessesToProtoLocked()