Searched refs:executingStart (Results 1 – 3 of 3) sorted by relevance
155 sr.executingStart = now; in testServiceTimeoutAndProcessKill()
141 long executingStart; // start time of last execute request. field in ServiceRecord630 ServiceRecordProto.ExecuteNesting.EXECUTING_START, executingStart, now); in dumpDebug()809 TimeUtils.formatDuration(executingStart, now, pw); in dump()
4602 r.executingStart = SystemClock.uptimeMillis(); in bumpServiceExecutingLocked()6814 if (sr.executingStart < maxTime) { in serviceTimeout()6818 if (sr.executingStart > nextTime) { in serviceTimeout()6819 nextTime = sr.executingStart; in serviceTimeout()