Home
last modified time | relevance | path

Searched refs:doneExecutingCount (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java209 int doneExecutingCount; field in ServiceRecord.StartItem
244 proto.write(ServiceRecordProto.StartItem.DONE_EXECUTING_COUNT, doneExecutingCount); in dumpDebug()
291 if (si.doneExecutingCount != 0) { in dumpStartList()
292 pw.print(" dxc="); pw.print(si.doneExecutingCount); in dumpStartList()
H A DActiveServices.java3507 && si.doneExecutingCount < ServiceRecord.MAX_DONE_EXECUTING_COUNT)) { in scheduleServiceRestartLocked()
4063 if (si.doneExecutingCount > 0) { in sendServiceArgsLocked()
4520 si.doneExecutingCount++; in serviceDoneExecutingLocked()