Home
last modified time | relevance | path

Searched refs:restartCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java115 int restartCount; // number of restarts performed in a row. field in ServiceRecord
301 if (crashCount != 0 || restartCount != 0 || restartDelay != 0 || nextRestartTime != 0) { in writeToProto()
303 proto.write(ServiceRecordProto.Crash.RESTART_COUNT, restartCount); in writeToProto()
406 if (crashCount != 0 || restartCount != 0 in dump()
408 pw.print(prefix); pw.print("restartCount="); pw.print(restartCount); in dump()
548 restartCount = 0; in resetRestartCounter()
DActiveServices.java2159 r.restartCount++; in scheduleServiceRestartLocked()
2171 r.restartCount = 1; in scheduleServiceRestartLocked()
2205 r.restartCount = 0; in scheduleServiceRestartLocked()