Home
last modified time | relevance | path

Searched refs:executingStart (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java119 long executingStart; // start time of last execute request. field in ServiceRecord
314 ServiceRecordProto.ExecuteNesting.EXECUTING_START, executingStart, now); in writeToProto()
429 TimeUtils.formatDuration(executingStart, now, pw); in dump()
DActiveServices.java2291 r.executingStart = now; in bumpServiceExecutingLocked()
3851 if (sr.executingStart < maxTime) { in serviceTimeout()
3855 if (sr.executingStart > nextTime) { in serviceTimeout()
3856 nextTime = sr.executingStart; in serviceTimeout()