Searched refs:executingStart (Results 1 – 2 of 2) sorted by relevance
119 long executingStart; // start time of last execute request. field in ServiceRecord314 ServiceRecordProto.ExecuteNesting.EXECUTING_START, executingStart, now); in writeToProto()429 TimeUtils.formatDuration(executingStart, now, pw); in dump()
2291 r.executingStart = now; in bumpServiceExecutingLocked()3851 if (sr.executingStart < maxTime) { in serviceTimeout()3855 if (sr.executingStart > nextTime) { in serviceTimeout()3856 nextTime = sr.executingStart; in serviceTimeout()