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.java104 int restartCount; // number of restarts performed in a row. field in ServiceRecord
261 if (crashCount != 0 || restartCount != 0 in dump()
263 pw.print(prefix); pw.print("restartCount="); pw.print(restartCount); in dump()
390 restartCount = 0; in resetRestartCounter()
DActiveServices.java1211 r.restartCount++; in scheduleServiceRestartLocked()
1220 r.restartCount = 1; in scheduleServiceRestartLocked()
1255 r.restartCount = 0; in scheduleServiceRestartLocked()