Searched refs:executingStart (Results 1 – 4 of 4) sorted by relevance
155 sr.executingStart = now; in testServiceTimeoutAndProcessKill()
175 long executingStart; // start time of last execute request. field in ServiceRecord856 ServiceRecordProto.ExecuteNesting.EXECUTING_START, executingStart, now); in dumpDebug()1057 TimeUtils.formatDuration(executingStart, now, pw); in dump()
699 mExecutingServices.valueAt(i).executingStart = now; in scheduleServiceTimeoutIfNeededLocked()
5202 r.executingStart = SystemClock.uptimeMillis(); in bumpServiceExecutingLocked()7516 if (sr.executingStart < maxTime) { in serviceTimeout()7520 if (sr.executingStart > nextTime) { in serviceTimeout()7521 nextTime = sr.executingStart; in serviceTimeout()7536 long waitedMillis = now - timeout.executingStart; in serviceTimeout()