Searched refs:restartCount (Results 1 – 2 of 2) sorted by relevance
112 int restartCount; // number of restarts performed in a row. field in ServiceRecord274 if (crashCount != 0 || restartCount != 0 in dump()276 pw.print(prefix); pw.print("restartCount="); pw.print(restartCount); in dump()416 restartCount = 0; in resetRestartCounter()
1927 r.restartCount++; in scheduleServiceRestartLocked()1936 r.restartCount = 1; in scheduleServiceRestartLocked()1970 r.restartCount = 0; in scheduleServiceRestartLocked()