Searched refs:restartCount (Results 1 – 2 of 2) sorted by relevance
123 int restartCount; // number of restarts performed in a row. field in ServiceRecord320 if (crashCount != 0 || restartCount != 0 || restartDelay != 0 || nextRestartTime != 0) { in writeToProto()322 proto.write(ServiceRecordProto.Crash.RESTART_COUNT, restartCount); in writeToProto()438 if (crashCount != 0 || restartCount != 0 in dump()440 pw.print(prefix); pw.print("restartCount="); pw.print(restartCount); in dump()762 restartCount = 0; in resetRestartCounter()
2381 r.restartCount++; in scheduleServiceRestartLocked()2393 r.restartCount = 1; in scheduleServiceRestartLocked()2427 r.restartCount = 0; in scheduleServiceRestartLocked()