Searched refs:restartTime (Results 1 – 4 of 4) sorted by relevance
131 long restartTime; // time of last restart. field in ServiceRecord351 ProtoUtils.toDuration(proto, ServiceRecordProto.RESTART_TIME, restartTime, now); in dumpDebug()479 TimeUtils.formatDuration(restartTime, now, pw); in dump()901 restartTime = 0; in resetRestartCounter()
384 if (now > sr.restartTime + ActivityManagerConstants.MIN_CRASH_INTERVAL) { in incServiceCrashCountLocked()
3545 if (now > (r.restartTime+resetTime)) { in scheduleServiceRestartLocked()3914 r.restartTime = r.lastActivity = SystemClock.uptimeMillis(); in realStartServiceLocked()
1231 String restartTime = TrustArchive.formatDuration(1234 fout.println(" restartScheduledAt=" + restartTime);