Searched refs:nextRestartTime (Results 1 – 2 of 2) sorted by relevance
126 long nextRestartTime; // time when restartDelay will expire. field in ServiceRecord320 if (crashCount != 0 || restartCount != 0 || restartDelay != 0 || nextRestartTime != 0) { in writeToProto()325 ServiceRecordProto.Crash.NEXT_RESTART_TIME, nextRestartTime, now); in writeToProto()439 || restartDelay != 0 || nextRestartTime != 0) { in dump()444 TimeUtils.formatDuration(nextRestartTime, now, pw); in dump()
2403 r.nextRestartTime = now + r.restartDelay; in scheduleServiceRestartLocked()2413 if (r2 != r && r.nextRestartTime >= (r2.nextRestartTime-restartTimeBetween) in scheduleServiceRestartLocked()2414 && r.nextRestartTime < (r2.nextRestartTime+restartTimeBetween)) { in scheduleServiceRestartLocked()2415 r.nextRestartTime = r2.nextRestartTime + restartTimeBetween; in scheduleServiceRestartLocked()2416 r.restartDelay = r.nextRestartTime - now; in scheduleServiceRestartLocked()2429 r.nextRestartTime = now; in scheduleServiceRestartLocked()2441 mAm.mHandler.postAtTime(r.restarter, r.nextRestartTime); in scheduleServiceRestartLocked()2442 r.nextRestartTime = SystemClock.uptimeMillis() + r.restartDelay; in scheduleServiceRestartLocked()3785 info.restarting = r.nextRestartTime; in getRunningServiceInfoLocked()3805 info.restarting = r.nextRestartTime; in getRunningServiceInfoLocked()