HomeSort by relevance Sort by last modified time
    Searched refs:executingStart (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 111 long executingStart; // start time of last execute request.
295 ServiceRecordProto.ExecuteNesting.EXECUTING_START, executingStart, now);
396 pw.print(" executingStart=");
397 TimeUtils.formatDuration(executingStart, now, pw);
    [all...]
ActiveServices.java     [all...]

Completed in 87 milliseconds