Searched refs:executingStart (Results 1 – 2 of 2) sorted by relevance
108 long executingStart; // start time of last execute request. field in ServiceRecord265 TimeUtils.formatDuration(executingStart, now, pw); in dump()
1837 r.executingStart = now; in bumpServiceExecutingLocked()3325 if (sr.executingStart < maxTime) { in serviceTimeout()3329 if (sr.executingStart > nextTime) { in serviceTimeout()3330 nextTime = sr.executingStart; in serviceTimeout()