Searched refs:restartTime (Results 1 – 4 of 4) sorted by relevance
181 long restartTime; // time of last restart. field in ServiceRecord834 ProtoUtils.toDuration(proto, ServiceRecordProto.RESTART_TIME, restartTime, now); in dumpDebug()1038 TimeUtils.formatDuration(restartTime, now, pw); in dump()1533 restartTime = 0; in resetRestartCounter()
645 if (now > sr.restartTime + ActivityManagerConstants.MIN_CRASH_INTERVAL) { in incServiceCrashCountLocked()
5330 if (now > (r.restartTime+resetTime)) { in scheduleServiceRestartLocked()6024 r.restartTime = r.lastActivity = SystemClock.uptimeMillis(); in realStartServiceLocked()
1964 String restartTime = TrustArchive.formatDuration(1967 fout.println(" restartScheduledAt=" + restartTime);