Searched refs:doneExecutingCount (Results 1 – 2 of 2) sorted by relevance
154 int doneExecutingCount; field in ServiceRecord.StartItem189 proto.write(ServiceRecordProto.StartItem.DONE_EXECUTING_COUNT, doneExecutingCount); in writeToProto()236 if (si.doneExecutingCount != 0) { in dumpStartList()237 pw.print(" dxc="); pw.print(si.doneExecutingCount); in dumpStartList()
2364 && si.doneExecutingCount < ServiceRecord.MAX_DONE_EXECUTING_COUNT)) { in scheduleServiceRestartLocked()2816 if (si.doneExecutingCount > 0) { in sendServiceArgsLocked()3211 si.doneExecutingCount++; in serviceDoneExecutingLocked()