Searched refs:executingStart (Results 1 – 2 of 2) sorted by relevance
100 long executingStart; // start time of last execute request. field in ServiceRecord252 TimeUtils.formatDuration(executingStart, now, pw); in dump()
1137 r.executingStart = now; in bumpServiceExecutingLocked()2414 if (sr.executingStart < maxTime) { in serviceTimeout()2418 if (sr.executingStart > nextTime) { in serviceTimeout()2419 nextTime = sr.executingStart; in serviceTimeout()