Searched refs:restartCount (Results 1 – 2 of 2) sorted by relevance
109 int restartCount; // number of restarts performed in a row. field in ServiceRecord266 if (crashCount != 0 || restartCount != 0 in dump()268 pw.print(prefix); pw.print("restartCount="); pw.print(restartCount); in dump()395 restartCount = 0; in resetRestartCounter()
1245 r.restartCount++; in scheduleServiceRestartLocked()1254 r.restartCount = 1; in scheduleServiceRestartLocked()1289 r.restartCount = 0; in scheduleServiceRestartLocked()