Searched refs:restartTime (Results 1 – 4 of 4) sorted by relevance
125 long restartTime; // time of last restart. field in ServiceRecord297 ProtoUtils.toDuration(proto, ServiceRecordProto.RESTART_TIME, restartTime, now); in writeToProto()411 TimeUtils.formatDuration(restartTime, now, pw); in dump()764 restartTime = 0; in resetRestartCounter()
707 if (now > sr.restartTime + ProcessList.MIN_CRASH_INTERVAL) {
2392 if (now > (r.restartTime+resetTime)) { in scheduleServiceRestartLocked()2670 r.restartTime = r.lastActivity = SystemClock.uptimeMillis(); in realStartServiceLocked()
1216 String restartTime = TrustArchive.formatDuration(1219 fout.println(" restartScheduledAt=" + restartTime);