Searched defs:restartDelay (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java116 long restartDelay; // delay until next restart attempt. field in class:ServiceRecord
118 long nextRestartTime; // time when restartDelay will expire.
301 if (crashCount != 0 || restartCount != 0 || restartDelay != 0 || nextRestartTime != 0) {
304 ProtoUtils.toDuration(proto, ServiceRecordProto.Crash.RESTART_DELAY, restartDelay, now);
407 || restartDelay != 0 || nextRestartTime != 0) {
409 pw.print(" restartDelay=");
410 TimeUtils.formatDuration(restartDelay, now, pw);
549 restartDelay = 0;

Completed in 10 milliseconds