Searched refs:restartCount (Results 1 – 2 of 2) sorted by relevance
179 int restartCount; // number of restarts performed in a row. field in ServiceRecord862 if (crashCount != 0 || restartCount != 0 || (nextRestartTime - mRestartSchedulingTime) != 0 in dumpDebug()865 proto.write(ServiceRecordProto.Crash.RESTART_COUNT, restartCount); in dumpDebug()1066 if (crashCount != 0 || restartCount != 0 in dump()1068 pw.print(prefix); pw.print("restartCount="); pw.print(restartCount); in dump()1531 restartCount = 0; in resetRestartCounter()
5319 r.restartCount++; in scheduleServiceRestartLocked()5331 r.restartCount = 1; in scheduleServiceRestartLocked()5389 r.restartCount = 0; in scheduleServiceRestartLocked()