Searched refs:executingStart (Results 1 – 4 of 4) sorted by relevance
155 sr.executingStart = now; in testServiceTimeoutAndProcessKill()
176 long executingStart; // start time of last execute request. field in ServiceRecord854 ServiceRecordProto.ExecuteNesting.EXECUTING_START, executingStart, now); in dumpDebug()1055 TimeUtils.formatDuration(executingStart, now, pw); in dump()
707 mExecutingServices.valueAt(i).executingStart = now; in scheduleServiceTimeoutIfNeededLocked()
5225 r.executingStart = SystemClock.uptimeMillis(); in bumpServiceExecutingLocked()7556 if (sr.executingStart < maxTime) { in serviceTimeout()7560 if (sr.executingStart > nextTime) { in serviceTimeout()7561 nextTime = sr.executingStart; in serviceTimeout()7576 long waitedMillis = now - timeout.executingStart; in serviceTimeout()