Searched refs:executingStart (Results 1 – 2 of 2) sorted by relevance
116 long executingStart; // start time of last execute request. field in ServiceRecord320 ServiceRecordProto.ExecuteNesting.EXECUTING_START, executingStart, now); in dumpDebug()439 TimeUtils.formatDuration(executingStart, now, pw); in dump()
2617 r.executingStart = now; in bumpServiceExecutingLocked()4200 if (sr.executingStart < maxTime) { in serviceTimeout()4204 if (sr.executingStart > nextTime) { in serviceTimeout()4205 nextTime = sr.executingStart; in serviceTimeout()