Searched refs:restartTime (Results 1 – 4 of 4) sorted by relevance
117 long restartTime; // time of last restart. field in ServiceRecord278 ProtoUtils.toDuration(proto, ServiceRecordProto.RESTART_TIME, restartTime, now); in writeToProto()384 TimeUtils.formatDuration(restartTime, now, pw); in dump()550 restartTime = 0; in resetRestartCounter()
698 if (now > sr.restartTime + ProcessList.MIN_CRASH_INTERVAL) { in handleAppCrashLocked()
2170 if (now > (r.restartTime+resetTime)) { in scheduleServiceRestartLocked()2442 r.restartTime = r.lastActivity = SystemClock.uptimeMillis(); in realStartServiceLocked()
968 String restartTime = TrustArchive.formatDuration(971 fout.println(" restartScheduledAt=" + restartTime);