Searched refs:executingStart (Results 1 – 2 of 2) sorted by relevance
105 long executingStart; // start time of last execute request. field in ServiceRecord257 TimeUtils.formatDuration(executingStart, now, pw); in dump()
1162 r.executingStart = now; in bumpServiceExecutingLocked()2503 if (sr.executingStart < maxTime) { in serviceTimeout()2507 if (sr.executingStart > nextTime) { in serviceTimeout()2508 nextTime = sr.executingStart; in serviceTimeout()